mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 07:00:23 +00:00
remove debug viewport visualizer prop
This commit is contained in:
@@ -21,7 +21,6 @@ import { LGraphCanvas } from '@/lib/litegraph/src/litegraph'
|
||||
interface TransformPaneProps {
|
||||
canvas?: LGraphCanvas
|
||||
viewport?: { width: number; height: number }
|
||||
showDebugOverlay?: boolean
|
||||
}
|
||||
|
||||
const props = defineProps<TransformPaneProps>()
|
||||
|
||||
Reference in New Issue
Block a user