aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/collections')
-rw-r--r--src/client/views/collections/CollectionDockingView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx
index 6739416df..ceb638ab4 100644
--- a/src/client/views/collections/CollectionDockingView.tsx
+++ b/src/client/views/collections/CollectionDockingView.tsx
@@ -179,6 +179,7 @@ export class CollectionDockingView extends CollectionViewBase {
this._dragParent!.appendChild(this._dragElement!);
DragManager.Root().removeChild(this._dragDiv);
this._dragDiv = null;
+ this.stateChanged();
}
tab.closeElement.off('click') //unbind the current click handler
.click(function () {