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