Any press of esc should close the dialog

This commit is contained in:
Jason Zimdars
2025-08-25 10:32:04 -05:00
parent 3c2581a98f
commit 8917f7ba86
+1 -1
View File
@@ -42,7 +42,7 @@
data: {
controller: "dialog",
dialog_target: "dialog",
action: "keydown.esc->bar#reset:stop" } do %>
action: "keydown.esc@document->bar#reset:stop" } do %>
<%= turbo_frame_tag "bar-content", data: { bar_target: "turboFrame" } %>
<% end %>
<% end %>