[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-02-22 05:39:25 +00:00
committed by bymyself
parent 1f964b71a2
commit 17544a17b4

View File

@@ -22,9 +22,7 @@ export function useCanvasInteractions() {
* Whether Vue node components should handle pointer events.
* Returns false when canvas is in read-only/panning mode (e.g., space key held for panning).
*/
const shouldHandleNodePointerEvents = computed(
() => !canvasStore.isReadOnly
)
const shouldHandleNodePointerEvents = computed(() => !canvasStore.isReadOnly)
/**
* Returns true if the wheel event target is inside an element that should