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 860bf8c commit 376bf6bCopy full SHA for 376bf6b
src/actions/enter.ts
@@ -165,7 +165,7 @@ export class EnterAction {
165
// opening a bubble of some sort. We then need to wait for the bubble to
166
// appear before attempting to navigate into it.
167
curNode.onClick();
168
- if (hasBubble(curNode)) {
+ if (hasBubble(curNode) && curNode.bubbleIsVisible()) {
169
renderManagement.finishQueuedRenders().then(() => {
170
cursor?.in();
171
});
0 commit comments