Prevent possible additional submissions

This commit is contained in:
shibao 2024-02-23 22:31:51 -05:00
parent 22ccea893c
commit 8666f663ba
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,5 @@ export default {
}
})
},
mounted () { this.addFormSubmit(this) },
updated () { this.addFormSubmit(this) }
mounted () { this.addFormSubmit(this) }
}

View File

@ -1,5 +1,6 @@
# v0.1.15
- Sanitize titles while they are being typed
- Prevent possible additional submissions
- Fix content being displayed when blank
# v0.1.14