diff options
| author | Henry Jameson <me@hjkos.com> | 2019-07-29 00:10:43 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-07-29 00:10:43 +0300 |
| commit | fd66afe1e5917405d3e99e558432212f06a03e71 (patch) | |
| tree | 98dafb91639019e97823e5fc5403cb3733474db9 /src/components/emoji-input/emoji-input.js | |
| parent | 03c2f29b0aa31eb502db29e5a809da8bc1c1af28 (diff) | |
linting
Diffstat (limited to 'src/components/emoji-input/emoji-input.js')
| -rw-r--r-- | src/components/emoji-input/emoji-input.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/emoji-input/emoji-input.js b/src/components/emoji-input/emoji-input.js index 1c49c710..f751f6a0 100644 --- a/src/components/emoji-input/emoji-input.js +++ b/src/components/emoji-input/emoji-input.js @@ -67,7 +67,7 @@ const EmojiInput = { caret: 0, focused: false, blurTimeout: null, - showPicker: false, + showPicker: false } }, components: { |
