Improve usability

This commit is contained in:
syuilo
2018-02-27 04:36:16 +09:00
parent 90de725a07
commit c4a59c3912
3 changed files with 105 additions and 7 deletions

View File

@@ -190,7 +190,9 @@ export default Vue.extend({
this.files.push(obj.file);
this.$emit('change-attached-media', this.files);
}
} catch (e) { }
} catch (e) {
// not a json, so noop
}
},
post() {
this.posting = true;