Skip to content

Commit

Permalink
fix: search and replace in table mode not working
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jun 6, 2024
1 parent 07e7fde commit 3f8a398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/modes/tablemode/TableMode.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@
}
// for example when clicking on the empty area in the main menu or on an InlineValue
if (!target.isContentEditable) {
if (!target.isContentEditable && !hasFocus) {
setTimeout(focus)
}
}
Expand Down

0 comments on commit 3f8a398

Please sign in to comment.