提交 c77ae591 编写于 作者: R rebornix

Fix #27144. We just need to listen to scrollTop change for FindWidget

上级 d167cf37
......@@ -235,7 +235,9 @@ export class FindWidget extends Widget implements IOverlayWidget, IHorizontalSas
}));
this._register(this._codeEditor.onDidScrollChange((e) => {
this._layoutViewZone();
if (e.scrollTopChanged) {
this._layoutViewZone();
}
}));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册