Skip to content

Commit

Permalink
another
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Dec 19, 2024
1 parent 972fa5c commit 8d909dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/lib/Editor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<svelte:window
onpointerdown={(e) => {
if (!container.contains((e.target as HTMLElement))) {
if (!container.contains(e.target as HTMLElement)) {
preserve_editor_focus = false;
}
}}
Expand Down

0 comments on commit 8d909dc

Please sign in to comment.