Browse code

Add id to prompt

Joseph Weston authored on 07/12/2021 05:16:07
Showing 1 changed files
... ...
@@ -13,7 +13,7 @@
13 13
                          [::events/update-cmdline (-> % .-target .-value)])
14 14
         submit-cmd #(do (.preventDefault %)
15 15
                         (re-frame/dispatch [::events/submit-cmd]))]
16
-    [:form {:class (styles/prompt-style)
16
+    [:form {:id "prompt" :class (styles/prompt-style)
17 17
             :on-submit submit-cmd}
18 18
      [:input {:value @cmdline
19 19
               :on-change update-cmdline