on frame-load not just load

This commit is contained in:
Alex 2026-06-09 13:15:38 -07:00
parent 80e1f89c7e
commit 39808a8cf3
3 changed files with 3 additions and 3 deletions

View file

@ -120,7 +120,7 @@ const photosUploadInit = () => {
}
document.addEventListener('turbo:load', (event) => {
document.addEventListener('turbo:frame-load', (event) => {
init();
});