Weihua Lu 4 anni fa
parent
commit
2598d19e3e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/main/frontend/handler/editor.cljs

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

@@ -2363,6 +2363,7 @@
   [e]
   (cut-blocks-and-clear-selections! false))
 
+;; credits to @pengx17
 (defn- copy-current-block-ref
   []
   (when-let [current-block (state/get-edit-block)]