Fixed tree nodes not being clickable on the edges

This commit is contained in:
thepaperpilot 2022-04-27 08:20:09 -05:00
parent d4c1e16fb4
commit 1479c1d44d

View file

@ -7,15 +7,15 @@
can: unref(canClick),
...unref(classes)
}"
@click="onClick"
@mousedown="start"
@mouseleave="stop"
@mouseup="stop"
@touchstart="start"
@touchend="stop"
@touchcancel="stop"
>
<div
@click="onClick"
@mousedown="start"
@mouseleave="stop"
@mouseup="stop"
@touchstart="start"
@touchend="stop"
@touchcancel="stop"
:style="[
{
backgroundColor: unref(color),