Prevent possible additional submissions
This commit is contained in:
parent
22ccea893c
commit
8666f663ba
@ -7,6 +7,5 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
mounted () { this.addFormSubmit(this) },
|
mounted () { this.addFormSubmit(this) }
|
||||||
updated () { this.addFormSubmit(this) }
|
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# v0.1.15
|
# v0.1.15
|
||||||
- Sanitize titles while they are being typed
|
- Sanitize titles while they are being typed
|
||||||
|
- Prevent possible additional submissions
|
||||||
- Fix content being displayed when blank
|
- Fix content being displayed when blank
|
||||||
|
|
||||||
# v0.1.14
|
# v0.1.14
|
||||||
|
Loading…
Reference in New Issue
Block a user