提交 a5843c67 编写于 作者: R Rob Lourens

Fix #37685 - always select input box contents when search viewlet takes the editor text

上级 531d3415
......@@ -662,6 +662,7 @@ export class SearchViewlet extends Viewlet {
const selectedText = this.getSearchTextFromEditor();
if (selectedText) {
this.searchWidget.searchInput.setValue(selectedText);
this.searchWidget.focus();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册