mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 08:26:19 +02:00
refactor(client): Use v-model for note component, freeze object
Related: #6595
This commit is contained in:
@@ -52,7 +52,6 @@ export default Vue.extend({
|
||||
});
|
||||
|
||||
const prepend = note => {
|
||||
Object.freeze(note);
|
||||
(this.$refs.tl as any).prepend(note);
|
||||
|
||||
this.$emit('note');
|
||||
|
||||
Reference in New Issue
Block a user