[3d] fix wrong hasRecording status (#3995)

This commit is contained in:
Terry Jia
2025-05-27 09:07:50 -04:00
committed by GitHub
parent 768faeee7e
commit 6f9f048b4a
3 changed files with 4 additions and 6 deletions

View File

@@ -99,8 +99,6 @@ const emit = defineEmits<{
}>()
const resizeNodeMatchOutput = () => {
console.log('resizeNodeMatchOutput')
const outputWidth = node.widgets?.find((w) => w.name === 'width')
const outputHeight = node.widgets?.find((w) => w.name === 'height')