adding deepEqual. validating vars in eval

This commit is contained in:
Dustin Swan 2026-02-11 22:38:08 -07:00
parent c294d7fd6a
commit e12809efba
No known key found for this signature in database
GPG key ID: 30D46587E2100467
4 changed files with 41 additions and 21 deletions

View file

@ -241,10 +241,6 @@ export function runAppCompiled(app: App, canvas: HTMLCanvasElement, rt: any) {
}
};
console.log("keydown", e)
console.log("componentInstances", componentInstances)
console.log("focusedComponentKey", focusedComponentKey)
if (focusedComponentKey) {
// send to focused component
handleComponentEvent(focusedComponentKey, event);