Parcourir la source

fix: e2e tests

Tienson Qin il y a 3 mois
Parent
commit
b71c956561
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      deps/outliner/src/logseq/outliner/property.cljs

+ 1 - 2
deps/outliner/src/logseq/outliner/property.cljs

@@ -416,8 +416,7 @@
       (validate-batch-deletion-of-property [block] property-id))
     (when block
       (cond
-        (or (= :logseq.property/empty-placeholder (:db/ident (get block property-id)))
-            (nil? (get block property-id)))
+        (= :logseq.property/empty-placeholder (:db/ident (get block property-id)))
         nil
 
         (= :logseq.property/status property-id)