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 0ec2ce5 commit 69192d3Copy full SHA for 69192d3
src/actions/enter.ts
@@ -152,6 +152,9 @@ export class EnterAction {
152
this.navigation.openToolboxOrFlyout(workspace);
153
return true;
154
} else if (curNode instanceof icons.Icon) {
155
+ // Calling the icon's click handler will trigger its action, generally
156
+ // opening a bubble of some sort. We then need to wait for the bubble to
157
+ // appear before attempting to navigate into it.
158
curNode.onClick();
159
renderManagement.finishQueuedRenders().then(() => {
160
cursor?.in();
0 commit comments