Skip to content

Commit

Permalink
Update assets
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord authored and github-actions[bot] committed Dec 16, 2024
1 parent c40a742 commit d26650d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
5 changes: 4 additions & 1 deletion priv/static/phoenix_live_view.cjs.js

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

4 changes: 2 additions & 2 deletions priv/static/phoenix_live_view.cjs.js.map

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion priv/static/phoenix_live_view.esm.js

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

4 changes: 2 additions & 2 deletions priv/static/phoenix_live_view.esm.js.map

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion priv/static/phoenix_live_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -4946,7 +4946,11 @@ removing illegal node: "${(childNode.outerHTML || childNode.nodeValue).trim()}"
if (!this.main) {
this.main = view;
}
window.requestAnimationFrame(() => view.execNewMounted());
window.requestAnimationFrame(() => {
var _a;
view.execNewMounted();
this.maybeScroll((_a = history.state) == null ? void 0 : _a.scroll);
});
}
}
joinRootViews() {
Expand Down
2 changes: 1 addition & 1 deletion priv/static/phoenix_live_view.min.js

Large diffs are not rendered by default.

0 comments on commit d26650d

Please sign in to comment.