Parcourir la source

fix: modal in `ask-for-re-fresh` not respond to enter key-down event

situ2001 il y a 3 ans
Parent
commit
29cee9c1dc
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/main/frontend/handler/events.cljs

+ 1 - 0
src/main/frontend/handler/events.cljs

@@ -565,6 +565,7 @@
      (ui/button
       (t :yes)
       :autoFocus "on"
+      :class "ui__modal-enter"
       :large? true
       :on-click (fn []
                   (state/close-modal!)