提交 03a391a0 编写于 作者: J Joao Moreno

suggest: scroll details to the top

fixes #12368
上级 5a59cf0c
......@@ -228,6 +228,7 @@ class SuggestionDetails {
this.widget.toggleDetails();
};
this.body.scrollTop = 0;
this.scrollbar.scanDomNode();
this.ariaLabel = strings.format('{0}\n{1}\n{2}', item.suggestion.label || '', item.suggestion.detail || '', item.suggestion.documentation || '');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册