Tienson Qin 3 месяцев назад
Родитель
Сommit
b20f854fe8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/frontend/components/editor.cljs

+ 1 - 1
src/main/frontend/components/editor.cljs

@@ -745,7 +745,7 @@
 (defn- editor-on-hide
   [state type e editing-another-block?]
   (let [action (state/get-editor-action)
-        [opts _id config] (:rum/args state)]
+        [_opts _id config] (:rum/args state)]
     (cond
       (and (= type :esc) (editor-handler/editor-commands-popup-exists?))
       nil