提交 61bc0447 编写于 作者: J Johannes Rieken

fix #25712

上级 330a3d0b
......@@ -216,7 +216,7 @@ export class QuickOpenController extends Component implements IQuickOpenService
return new TPromise(init).then(item => {
return currentValidation.then(valid => {
if (valid && item) {
return lastValue || options.value || '';
return lastValue === void 0 ? (options.value || '') : lastValue;
}
return undefined;
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册