提交 262da1f1 编写于 作者: F Filipa Lacerda

Merge branch 'reload-new-navigation-option-change' into 'master'

Reload page after changing navigation preference

Closes #34968

See merge request !12833
......@@ -7,5 +7,8 @@ export default () => {
Cookies.set(el.name, el.value, {
expires: 365 * 10,
});
document.body.scrollTop = 0;
window.location.reload();
});
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册