We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d3e84 commit 34d7a97Copy full SHA for 34d7a97
gui/app/components/document/document-toc.js
@@ -251,7 +251,6 @@ export default Component.extend({
251
if (id !== '') {
252
let jumpTo = "#page-" + id;
253
this.set('tab', 'content');
254
-
255
if (!$(jumpTo).inView()) {
256
$(jumpTo).velocity("scroll", { duration: 250, offset: -100 });
257
}
0 commit comments