diff options
| author | Henry Jameson <me@hjkos.com> | 2019-10-10 19:58:00 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-10-10 19:58:00 +0300 |
| commit | 1400d723f25ded6614a6f27cb35b3b25edc2b1ec (patch) | |
| tree | bd41f6a5284deae58aa4b725e86c3e2289e51d33 /src/components/emoji_input/emoji_input.js | |
| parent | c000879f2fb20b273731d78dda5499e4b3cb77c2 (diff) | |
fix picker not filling on opening, removed console log
Diffstat (limited to 'src/components/emoji_input/emoji_input.js')
| -rw-r--r-- | src/components/emoji_input/emoji_input.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/emoji_input/emoji_input.js b/src/components/emoji_input/emoji_input.js index c02a9327..2c73faa7 100644 --- a/src/components/emoji_input/emoji_input.js +++ b/src/components/emoji_input/emoji_input.js @@ -312,7 +312,6 @@ const EmojiInput = { this.$nextTick(() => { const { offsetHeight } = this.input.elm const { picker } = this.$refs - console.log(picker) const pickerBottom = picker.$el.getBoundingClientRect().bottom if (pickerBottom > window.innerHeight) { picker.$el.style.top = 'auto' |
