Dom.preventDefault hack keeps browser shortcuts from happening.

This commit is contained in:
cqc
2023-02-17 15:25:04 -06:00
parent 480e77bbb9
commit 7a1e4ef2ba
2 changed files with 2 additions and 1 deletions

View File

@ -3163,7 +3163,7 @@ module Widgets = struct
else `Unhandled))
| [ (`Uchar u, [ `Ctrl ]) ] when eq_uc_c u 'k' ->
`Handled
| [ (`Uchar u, [ `Ctrl ]) ] when eq_uc_c u 'x' ->
| [ (`Uchar s, [ `Ctrl ]) ] when eq_uc_c s 's' ->
let b = Buffer.create 1024 in
Lwd_table.iter
(fun line ->