Skip to content

Commit

Permalink
Fix unable to edit text projector
Browse files Browse the repository at this point in the history
  • Loading branch information
Negabinary committed Nov 13, 2024
1 parent 4387c19 commit 741bd85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/haz3lweb/app/Page.re
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ module View = {
}
);
[
Attr.on_keypress(_ => Effect.Prevent_default),
Attr.on_keyup(key_handler(~inject, ~dir=KeyUp)),
Attr.on_keydown(key_handler(~inject, ~dir=KeyDown)),
/* safety handler in case mousedown overlay doesn't catch it */
Expand Down

0 comments on commit 741bd85

Please sign in to comment.