mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
fix: move blocks up/down can still affect path refs
This commit is contained in:
@@ -323,8 +323,6 @@
|
||||
(when-let [outliner-op (:outliner-op tx-meta)]
|
||||
(not (or
|
||||
(contains? #{:collapse-expand-blocks :delete-blocks} outliner-op)
|
||||
;; ignore move up/down since it doesn't affect the refs for any blocks
|
||||
(contains? #{:move-blocks-up-down} (:move-op tx-meta))
|
||||
(:undo? tx-meta) (:redo? tx-meta)))))
|
||||
|
||||
(defn refresh!
|
||||
|
||||
Reference in New Issue
Block a user