adding deepEqual. validating vars in eval
This commit is contained in:
parent
c294d7fd6a
commit
e12809efba
4 changed files with 41 additions and 21 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue