diff options
author | bobzel <zzzman@gmail.com> | 2024-02-07 21:15:37 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-02-07 21:15:37 -0500 |
commit | 5fa690804ebd0b915488530882564a241315ad09 (patch) | |
tree | bf5ecce6c4f2c7028a6fd51ba3a36b7154d75d2f /src/client/views/MainView.tsx | |
parent | fda76a08ddf4d47ae8df05b44e6561b4d84546b5 (diff) |
changed so link docs are added to common ancestor of anchors so that they can appear above/below intermediary docs using z order. fixed dragging to tab bar to start dragging document as a tab.
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index efe906981..b6cb845a6 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -640,7 +640,6 @@ export class MainView extends ObservableReactComponent<{}> { } @computed get mainDocView() { const headerBar = this._hideUI || !this.headerBarDocHeight?.() ? null : this.headerBarDocView; - console.log('Header = ' + this._hideUI + ' ' + this.headerBarDocHeight?.() + ' ' + headerBar); return ( <> {headerBar} |