Skip to content

Commit

Permalink
Disable user select to remove text selection on drag
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed Jun 6, 2024
1 parent ab45b2e commit 8b8e1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/layerchart/src/lib/components/Brush.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
yDomain[1]?.valueOf() !== originalYDomain[1]?.valueOf();
</script>

<g class="Brush">
<g class="Brush select-none">
<Frame
class={cls('frame', 'fill-transparent')}
on:pointerdown={createRange}
Expand Down

0 comments on commit 8b8e1e3

Please sign in to comment.