Skip to content

Commit

Permalink
Deployed using Blazing fast GitHub Pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin committed Oct 27, 2023
1 parent d853d57 commit 01be5a1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion node.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2937,7 +2937,7 @@ var $;
if (win.parent !== win.self && !win.document.hasFocus())
return;
new this.$.$mol_after_frame(() => {
this.dom_node().scrollIntoView({ block: 'start', inline: 'end' });
this.dom_node().scrollIntoView({ block: 'start', inline: 'nearest' });
this.focused(true);
});
}
Expand Down
2 changes: 1 addition & 1 deletion node.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node.test.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2370,7 +2370,7 @@ var $;
if (win.parent !== win.self && !win.document.hasFocus())
return;
new this.$.$mol_after_frame(() => {
this.dom_node().scrollIntoView({ block: 'start', inline: 'end' });
this.dom_node().scrollIntoView({ block: 'start', inline: 'nearest' });
this.focused(true);
});
}
Expand Down

0 comments on commit 01be5a1

Please sign in to comment.