We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c99d1 commit 1a6fa08Copy full SHA for 1a6fa08
src/actions/enter.ts
@@ -92,7 +92,7 @@ export class EnterAction {
92
if (curNode instanceof BlockSvg) {
93
this.insertFromFlyout(targetWorkspace);
94
} else if (curNode instanceof FlyoutButton) {
95
- this.triggerButtonCallback(workspace);
+ this.triggerButtonCallback(targetWorkspace);
96
}
97
return true;
98
default:
0 commit comments