We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea036f commit ffb27d1Copy full SHA for ffb27d1
src/lib/runtime.ts
@@ -46,6 +46,7 @@ port.onMessage.addListener(({ type, payload }) => {
46
}
47
48
case 'bridge::ext/inspect': {
49
+ if (typeof payload === 'string') return;
50
const current = nodes.get(payload.node.id);
51
return selected.set(current);
52
0 commit comments