From cfc406e52b5ddedc836d1b5342dbe5f6692917cd Mon Sep 17 00:00:00 2001 From: bobzel Date: Wed, 13 Sep 2023 15:52:59 -0400 Subject: fixed undoing tab-> freeform dragging. --- src/client/views/collections/CollectionDockingView.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx index 519b7c905..8472c59db 100644 --- a/src/client/views/collections/CollectionDockingView.tsx +++ b/src/client/views/collections/CollectionDockingView.tsx @@ -118,6 +118,7 @@ export class CollectionDockingView extends CollectionSubView() { const j = tab.header.parent.contentItems.indexOf(tab.contentItem); if (j !== -1) { tab.header.parent.contentItems[j].remove(); + CollectionDockingView.Instance.endUndoBatch(); return CollectionDockingView.Instance.layoutChanged(); } } -- cgit v1.2.3-70-g09d2