2022-11-09 12:33:20 +01:00
|
|
|
= turbo_stream.remove dom_id(@attachment, :persisted_row)
|
|
|
|
|
|
|
|
- if @champ_id
|
|
|
|
= turbo_stream.show "attachment-multiple-empty-#{@champ_id}"
|
2023-01-23 16:21:24 +01:00
|
|
|
= turbo_stream.focus_all "#attachment-multiple-empty-#{@champ_id} input"
|
2022-11-09 12:33:20 +01:00
|
|
|
|
2022-05-06 12:25:58 +02:00
|
|
|
= turbo_stream.show_all ".attachment-input-#{@attachment.id}"
|