Avoid click on graph when zooming

This commit is contained in:
2025-06-18 16:09:31 +02:00
parent 94bdc5e615
commit ca593c7d81
3 changed files with 3 additions and 4 deletions

View File

@ -94,7 +94,7 @@
</div>
</div>
<div class="zoom-control" x-ref="zoomControl" x-show="graph !== undefined">
<div class="zoom-control" x-ref="zoomControl">
<button
@click="graph.zoom(graph.zoom() + 1)"
>