Skip to content

Commit

Permalink
chore: remove redundant on:focus and on:blur event handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Oct 15, 2024
1 parent d57bead commit 7cf667f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/components/modes/treemode/JSONNode.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -582,8 +582,6 @@
on:mousemove={handleMouseMove}
on:mouseover={handleMouseOver}
on:mouseout={handleMouseOut}
on:focus={undefined}
on:blur={undefined}
>
{#if Array.isArray(value)}
<div class="jse-header-outer">
Expand Down

0 comments on commit 7cf667f

Please sign in to comment.