Skip to content

Commit 34d7a97

Browse files
committed
removed empty line
1 parent 43d3e84 commit 34d7a97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gui/app/components/document/document-toc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ export default Component.extend({
251251
if (id !== '') {
252252
let jumpTo = "#page-" + id;
253253
this.set('tab', 'content');
254-
255254
if (!$(jumpTo).inView()) {
256255
$(jumpTo).velocity("scroll", { duration: 250, offset: -100 });
257256
}

0 commit comments

Comments
 (0)