diff options
| author | Henry Jameson <me@hjkos.com> | 2019-10-06 23:28:30 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-10-06 23:28:30 +0300 |
| commit | 0be86304d24a5f11a64e9120c8ae1ce9121e64e8 (patch) | |
| tree | a3cf63d86868a80ce1aa3ad2e6cb8cd932885b02 /src/components/emoji_input | |
| parent | 20fc259350b6bc9163899b859b496b86cf0083c5 (diff) | |
Fix tests, more replacing with mergedConfig
Diffstat (limited to 'src/components/emoji_input')
| -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 a586b819..366951c0 100644 --- a/src/components/emoji_input/emoji_input.js +++ b/src/components/emoji_input/emoji_input.js @@ -99,7 +99,7 @@ const EmojiInput = { }, computed: { padEmoji () { - return this.$store.state.config.padEmoji + return this.$store.getters.mergedConfig.padEmoji }, suggestions () { const firstchar = this.textAtCaret.charAt(0) |
