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