diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2020-02-15 19:34:30 +0900 |
|---|---|---|
| committer | tamaina <tamaina@hotmail.co.jp> | 2020-02-15 19:34:30 +0900 |
| commit | a0833ca691dce24fa96a47cbab541bfa28ae0dc9 (patch) | |
| tree | c01fba0b3562e09d1ba7d480d88742f8917ae7d1 /src/client/components | |
| parent | fix files grid height (diff) | |
| download | misskey-a0833ca691dce24fa96a47cbab541bfa28ae0dc9.tar.gz misskey-a0833ca691dce24fa96a47cbab541bfa28ae0dc9.tar.bz2 misskey-a0833ca691dce24fa96a47cbab541bfa28ae0dc9.zip | |
missing colon
Diffstat (limited to 'src/client/components')
| -rw-r--r-- | src/client/components/sub-note-content.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/sub-note-content.vue b/src/client/components/sub-note-content.vue index 63f56c7681..32752cf676 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; } }); </script> |