We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63eeeff commit 771bf55Copy full SHA for 771bf55
1 file changed
src/ide/windows.ts
@@ -71,7 +71,7 @@ export class ProjectWindows {
71
this.refreshErrors();
72
wnd.setVisible && wnd.setVisible(true);
73
this.id2showfn[id] && this.id2showfn[id](id, wnd);
74
- } else {
+ } else if (moveCursor) {
75
this.refresh(moveCursor);
76
}
77
this.activeid = id;
0 commit comments