Skip to content

Commit

Permalink
chore: ignore svelte warning about missing on:blur and on:focus e…
Browse files Browse the repository at this point in the history
…vent handlers
  • Loading branch information
josdejong committed Oct 15, 2024
1 parent 7cf667f commit 96e4179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/modes/treemode/JSONNode.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@
}
</script>

<!-- svelte-ignore a11y-mouse-events-have-key-events -->
<div
role="treeitem"
tabindex="-1"
Expand Down

0 comments on commit 96e4179

Please sign in to comment.