Convert primitive nodes

This commit is contained in:
space-nuko
2023-05-21 17:35:07 -05:00
parent a3c10d5be9
commit 9c4e5cea94
3 changed files with 325 additions and 36 deletions

View File

@@ -51,7 +51,7 @@
}
async function doRefreshCombos() {
await app.refreshComboInNodes(undefined, true)
await app.refreshComboInNodes(undefined, undefined, true)
}
function refreshView(event?: Event) {