remove debug viewport test

This commit is contained in:
bymyself
2025-09-04 19:43:38 -07:00
parent 0aed837ff4
commit 7d8bdcb05a
2 changed files with 0 additions and 22 deletions

View File

@@ -20,7 +20,6 @@ import { LGraphCanvas } from '@/lib/litegraph/src/litegraph'
interface TransformPaneProps {
canvas?: LGraphCanvas
viewport?: { width: number; height: number }
}
const props = defineProps<TransformPaneProps>()