aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/webview/contextMenu.js2
1 files changed, 1 insertions, 1 deletions
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
45 click() { 45 click() {
46 debug('Create todo from selected text', textSelection); 46 debug('Create todo from selected text', textSelection);
47 ipcRenderer.sendToHost('feature:todos', { 47 ipcRenderer.sendToHost('feature:todos', {
48 action: 'create:todo', 48 action: 'todos:create',
49 data: { 49 data: {
50 title: textSelection, 50 title: textSelection,
51 url: window.location.href, 51 url: window.location.href,