From 96a14bcce2298ca0b7b468cd8884287f0e4633fe Mon Sep 17 00:00:00 2001 From: github-deploy-action Date: Wed, 15 May 2024 01:57:25 +0000 Subject: [PATCH] github-deploy-action-command_palette --- command_palette/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/command_palette/index.html b/command_palette/index.html index 5f078022..2609e1ce 100644 --- a/command_palette/index.html +++ b/command_palette/index.html @@ -60,9 +60,7 @@ title: "Go to Definition", mdIcon: "arrow_forward", handler: () => { - var foo = commandPalleteEvent("go-to-definition") - console.log(foo); - document.dispatchEvent(foo); + document.dispatchEvent(commandPalleteEvent("go-to-definition")); } }, {