mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-21 00:35:25 +02:00
Improve usability
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user