fixin.me/app/views/units/_form_close.html.erb
cryptogopher 1198add901 Rewrite stream rendering to avoid client-side expanding
* adding streams in client breaks things (e.g. autofocus)
* some tasks need to be performed in one stream action to avoid
  flickering (e.g. table row substitution)
2024-02-11 18:31:06 +01:00

3 lines
72 B
Plaintext

<%= turbo_stream.close_form @unit %>
<%#= turbo_stream.focus link_id %>