diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 57f76180a..ee46e2cfc 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -11,6 +11,7 @@ <%= csrf_meta_tags %> <%= csp_meta_tag %> <%= tag.meta name: "current-user-id", content: Current.user.id if Current.user %> + <% turbo_refreshes_with method: :morph, scroll: :preserve %> <% turbo_refreshes_with method: :morph, scroll: :preserve %>