diff --git a/src/client/components/sub-note-content.vue b/src/client/components/sub-note-content.vue index 63f56c768..32752cf67 100644 --- a/src/client/components/sub-note-content.vue +++ b/src/client/components/sub-note-content.vue @@ -45,7 +45,7 @@ export default Vue.extend({ }; }, mounted() { - this.width = this.$refs.i.getBoundingClientRect().width + this.width = this.$refs.i.getBoundingClientRect().width; } });