Przeglądaj źródła

chore: disable :block/store-id-in-file? temporally

Tienson Qin 4 lat temu
rodzic
commit
93ffaa89d3
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      src/main/frontend/state.cljs

+ 3 - 3
src/main/frontend/state.cljs

@@ -204,9 +204,9 @@
   (true? (:feature/enable-grammarly?
           (get (sub-config) (get-current-repo)))))
 
-(defn store-all-ids-in-text?
-  []
-  (true? (:text/store-all-ids (get-config))))
+;; (defn store-block-id-in-file?
+;;   []
+;;   (true? (:block/store-id-in-file? (get-config))))
 
 (defn scheduled-deadlines-disabled?
   []