提交 f01d8c3b 编写于 作者: A Arash Arbabi

fix: #78170

上级 faa456cc
......@@ -90,6 +90,7 @@ export abstract class SimpleFindWidget extends Widget {
this._findInput.setRegex(this._state.isRegex);
this._findInput.setWholeWords(this._state.wholeWord);
this._findInput.setCaseSensitive(this._state.matchCase);
this.find(this._invertDefaultDirection);
}));
this._register(this._findInput.onKeyDown((e) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册