From 4bf12d245880f3169cc0f97610b8791147167d4e Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Fri, 6 Sep 2019 11:31:29 +0200 Subject: rename create todo action --- src/webview/contextMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webview') diff --git a/src/webview/contextMenu.js b/src/webview/contextMenu.js index 663b1ebca..83914f581 100644 --- a/src/webview/contextMenu.js +++ b/src/webview/contextMenu.js @@ -45,7 +45,7 @@ const buildMenuTpl = (props, suggestions, isSpellcheckEnabled, defaultSpellcheck click() { debug('Create todo from selected text', textSelection); ipcRenderer.sendToHost('feature:todos', { - action: 'create:todo', + action: 'todos:create', data: { title: textSelection, url: window.location.href, -- cgit v1.2.3-70-g09d2