提交 39645b36 编写于 作者: J Johannes Rieken

suggest ux - make sure details scroll bar is updated with each change

上级 042095d9
......@@ -188,8 +188,8 @@ export class SuggestDetailsWidget {
if (!dom.Dimension.equals(newSize, this._size)) {
this._size = newSize;
dom.size(this.domNode, width, height);
this._scrollbar.scanDomNode();
}
this._scrollbar.scanDomNode();
}
scrollDown(much = 8): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册