Skip to content

Commit

Permalink
github-deploy-action-command_palette
Browse files Browse the repository at this point in the history
  • Loading branch information
github-deploy-action committed May 15, 2024
1 parent 919ad7f commit 96a14bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions command_palette/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
}
},
{
Expand Down

0 comments on commit 96a14bc

Please sign in to comment.