change misnamed member field check to actually disable sending

このコミットが含まれているのは:
Shpuld Shpuldson 2020-07-10 13:48:37 +03:00
コミット 5734dd05a0
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -216,7 +216,7 @@ const PostStatusForm = {
methods: {
async postStatus (event, newStatus, opts = {}) {
if (this.posting) { return }
if (this.submitDisabled) { return }
if (this.disableSubmit) { return }
if (this.emojiInputShown) { return }
if (this.submitOnEnter) {
event.stopPropagation()