mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +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 {
|
interface TransformPaneProps {
|
||||||
canvas?: LGraphCanvas
|
canvas?: LGraphCanvas
|
||||||
viewport?: { width: number; height: number }
|
viewport?: { width: number; height: number }
|
||||||
showDebugOverlay?: boolean
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const props = defineProps<TransformPaneProps>()
|
const props = defineProps<TransformPaneProps>()
|
||||||
|
|||||||
Reference in New Issue
Block a user