Browse Source

disable node props panel

main
Stephanie Gredell 4 months ago
parent
commit
3fc71b782f
  1. 2
      static/node.js

2
static/node.js

@ -72,7 +72,7 @@ export class ComponentNode { @@ -72,7 +72,7 @@ export class ComponentNode {
e.stopPropagation();
if (!app.arrowMode) {
// Use observer pattern instead of direct call
app.propertiesPanelSubject.notifyPropertiesPanelRequested(this);
//app.propertiesPanelSubject.notifyPropertiesPanelRequested(this);
}
});

Loading…
Cancel
Save