提交 1f6f2dea 编写于 作者: P Peng Lyu

Fix #39422. Auto select after global find clipboard populates data.

上级 6aa6f0d3
......@@ -174,6 +174,7 @@ export class FindWidget extends Widget implements IOverlayWidget, IHorizontalSas
let globalBufferTerm = this._controller.getGlobalBufferTerm();
if (globalBufferTerm) {
this._state.change({ searchString: globalBufferTerm }, true);
this._findInput.select();
}
}));
this._register(this._focusTracker.onDidBlur(() => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册