We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac80857 commit 3bd8575Copy full SHA for 3bd8575
lib/plutonium/ui/dyna_frame/host.rb
@@ -12,7 +12,7 @@ def initialize(src:, loading:, id: SecureRandom.hex, **attributes)
12
end
13
14
def view_template(&)
15
- turbo_frame_tag(@id, src: @src, loading: @loading, **@attributes, class: 'dyna', &)
+ turbo_frame_tag(@id, src: @src, loading: @loading, **@attributes, class: "dyna", refresh: "morph", &)
16
17
18
0 commit comments