Skip to content

Commit

Permalink
release: javascript updates
Browse files Browse the repository at this point in the history
  • Loading branch information
srcrip committed May 22, 2024
1 parent c583216 commit fe3be81
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion priv/static/live_toast.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/live_toast.cjs.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion priv/static/live_toast.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/live_toast.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion priv/static/live_toast.js
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ var LiveMotion = (() => {
var lastTS = [];
function doAnimations(delayTime, maxItems, elToRemove) {
const ts = [];
let toasts = Array.from(document.querySelectorAll("#toast-group > div")).map((t) => {
let toasts = Array.from(document.querySelectorAll('#toast-group [phx-hook="LiveToast"]')).map((t) => {
if (isHidden(t)) {
return null;
} else {
Expand Down
2 changes: 1 addition & 1 deletion priv/static/live_toast.min.js

Large diffs are not rendered by default.

0 comments on commit fe3be81

Please sign in to comment.