提交 f6adea02 编写于 作者: B Benjamin Pasero

Possible bug where method is not invoked (fixes #28527)

上级 24fbd1f5
......@@ -420,7 +420,7 @@ export class QuickOpenWidget implements IModelProvider {
}
public navigate(next: boolean, quickNavigate?: IQuickNavigateConfiguration): void {
if (this.isVisible) {
if (this.isVisible()) {
// Transition into quick navigate mode if not yet done
if (!this.quickNavigateConfiguration && quickNavigate) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册