mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-24 23:49:33 +01:00
fix: ctrl+f in editor should open search/replace
This commit is contained in:
@@ -346,6 +346,7 @@ function TinyMCE(props) {
|
||||
}
|
||||
}}
|
||||
onKeyDown={(e) => {
|
||||
e.stopPropagation();
|
||||
if (e.ctrlKey && e.key === "s") {
|
||||
e.preventDefault();
|
||||
onSave();
|
||||
|
||||
Reference in New Issue
Block a user