Sfoglia il codice sorgente

Remove unused code

Tienson Qin 2 anni fa
parent
commit
0fdce57d75
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      src/main/frontend/handler/events.cljs

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

@@ -923,9 +923,6 @@
           (editor-handler/set-blocks-collapsed! [block-id] false)))))
   (property-handler/editing-new-property!))
 
-(defmethod handle :editor/edit-block [[_ block pos id opts]]
-  (editor-handler/edit-block! block pos id opts))
-
 (rum/defc multi-tabs-dialog
   []
   (let [word (if (util/electron?) "window" "tab")]