diff options
| author | bobzel <zzzman@gmail.com> | 2023-06-30 23:43:59 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-06-30 23:43:59 -0400 |
| commit | c0d45c06df10d29cae5f46eeecb220a11588c3a1 (patch) | |
| tree | 757176cc85d79e99e375d01f3af5fb1ff922d041 /src/client/views/collections/CollectionDockingView.tsx | |
| parent | 741973fd88bae897225509cfd75f8f6fdac4a0f6 (diff) | |
fixed onBrowseClick for notetaking. fixed panning when in onBrowse explore mode. fixed switching dashboards to not display an empty stack.
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.tsx')
| -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 a5d7e7864..3bf3f1a74 100644 --- a/src/client/views/collections/CollectionDockingView.tsx +++ b/src/client/views/collections/CollectionDockingView.tsx @@ -359,6 +359,7 @@ export class CollectionDockingView extends CollectionSubView() { } catch (e) {} this._goldenLayout?.destroy(); window.removeEventListener('resize', this.onResize); + window.removeEventListener('mouseup', this.onPointerUp); this._reactionDisposer?.(); this._lightboxReactionDisposer?.(); |
