mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 14:30:41 +00:00
[automated] Apply ESLint and Oxfmt fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user