diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-02-19 20:26:41 -0500 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-02-19 20:26:41 -0500 |
| commit | 7bcdce059eb95a4119181353a77975cc7d8fe392 (patch) | |
| tree | 2315587be52ac6f60cf1d217e2bbd7dbc7d85809 /src/client/views/collections | |
| parent | 594ac91c42d9f90ebd960a9683a69611c4ad63cb (diff) | |
fixed transforms and shift dragging docs to make a frame
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/CollectionDockingView.tsx | 1 |
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 () { |
