Skip to content

Commit

Permalink
Correct logic for frame reloading
Browse files Browse the repository at this point in the history
  • Loading branch information
krschacht committed Sep 3, 2024
1 parent 6801493 commit 795ab37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/drive/morphing_page_renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ export class MorphingPageRenderer extends PageRenderer {
function canRefreshFrame(frame) {
return frame instanceof FrameElement &&
frame.src &&
frame.refresh === "morph" &&
!frame.closest("[data-turbo-permanent]")
}

0 comments on commit 795ab37

Please sign in to comment.