mirror of
https://github.com/logseq/logseq.git
synced 2026-05-25 13:14:39 +00:00
fix: undo deleted group #9486
This commit is contained in:
@@ -159,7 +159,7 @@
|
||||
(assoc metadata :whiteboard/op :group)
|
||||
|
||||
;; ungroup
|
||||
(some #(= "group" (:type %)) (get-in metadata [:data :deleted-shapes]))
|
||||
(every? #(= "group" (:type %)) (get-in metadata [:data :deleted-shapes]))
|
||||
(assoc metadata :whiteboard/op :un-group)
|
||||
|
||||
;; arrow
|
||||
|
||||
Reference in New Issue
Block a user