aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/plugin.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-12-14 15:58:46 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-12-14 15:58:46 +0100
commit413bf160f1922eb56a3ea84eb1e13b04f2628662 (patch)
treecfe77ec858dd97d5d1f85ebecf90e7a38b90c68a /src/webview/plugin.js
parentremove unecessary console logs (diff)
downloadferdium-app-413bf160f1922eb56a3ea84eb1e13b04f2628662.tar.gz
ferdium-app-413bf160f1922eb56a3ea84eb1e13b04f2628662.tar.zst
ferdium-app-413bf160f1922eb56a3ea84eb1e13b04f2628662.zip
Remove IME handlers
Diffstat (limited to 'src/webview/plugin.js')
-rw-r--r--src/webview/plugin.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webview/plugin.js b/src/webview/plugin.js
index c877132b1..e2daf09dd 100644
--- a/src/webview/plugin.js
+++ b/src/webview/plugin.js
@@ -5,7 +5,6 @@ import RecipeWebview from './lib/RecipeWebview';
5 5
6import Spellchecker from './spellchecker.js'; 6import Spellchecker from './spellchecker.js';
7import './notifications.js'; 7import './notifications.js';
8import './ime.js';
9 8
10const spellchecker = new Spellchecker(); 9const spellchecker = new Spellchecker();
11 10