Persist terminal turbo frame across navigations

This commit is contained in:
Jorge Manrubia
2025-04-02 16:26:46 +02:00
parent 5a740a4251
commit c4b92eb7c3
+1 -1
View File
@@ -49,7 +49,7 @@
<% if Current.user %>
<%= render "notifications/tray" %>
<%= render "bubbles/pins/tray" %>
<%= turbo_frame_tag "terminal", src: terminal_path %>
<%= turbo_frame_tag "terminal", src: terminal_path, data: { turbo_permanent: true } %>
<% end %>
</footer>