mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-10 09:03:02 +08:00
Fix typo
This commit is contained in:
parent
7b07c6518c
commit
592396b1bf
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue