提交 62c2a38e 编写于 作者: K Kamran Ahmed

Fixes - Scroll issue on navigating away

上级 03fe3f25
......@@ -109,7 +109,7 @@ export default class Element {
try {
this.node.scrollIntoView(this.options.scrollIntoViewOptions || {
behavior: 'smooth',
behavior: 'instant',
block: 'center',
});
} catch (e) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册