Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed May 10, 2024
1 parent 7b07c65 commit 592396b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/livebook_web/components/layout_components.ex
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ defmodule LivebookWeb.LayoutComponents do
if (keyDown === "c") {
event.preventDefault();
event.stopImmediatePropagation();
reloader.openEditorAtCaller(e.target);
reloader.openEditorAtCaller(event.target);
} else if (keyDown === "d") {
event.preventDefault();
event.stopImmediatePropagation();
Expand Down

0 comments on commit 592396b

Please sign in to comment.