Skip to content

Commit 3bd8575

Browse files
refresh dyna host turbo tag when we morph
1 parent ac80857 commit 3bd8575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plutonium/ui/dyna_frame/host.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def initialize(src:, loading:, id: SecureRandom.hex, **attributes)
1212
end
1313

1414
def view_template(&)
15-
turbo_frame_tag(@id, src: @src, loading: @loading, **@attributes, class: 'dyna', &)
15+
turbo_frame_tag(@id, src: @src, loading: @loading, **@attributes, class: "dyna", refresh: "morph", &)
1616
end
1717
end
1818
end

0 commit comments

Comments
 (0)