aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-03-05 14:54:18 -0500
committerbobzel <zzzman@gmail.com>2025-03-05 14:54:18 -0500
commitdb3bdb19ff7bc1c69c544797c05a6db3b72b1464 (patch)
treefe01be9276ffcbaf9e27bb17e8f1fe7a25b22505 /src/client/views/MainView.tsx
parent9688e3bb1e67336fe57e11b186936830d5483b06 (diff)
added:hover mode for images to make primary image fade in instead of alternate.
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r--src/client/views/MainView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx
index afefe3f03..cc7c1a42b 100644
--- a/src/client/views/MainView.tsx
+++ b/src/client/views/MainView.tsx
@@ -686,7 +686,7 @@ export class MainView extends ObservableReactComponent<object> {
);
}
@computed get mainDocView() {
- const headerBar = null; // this._hideUI || !this.headerBarDocHeight?.() ? null : this.headerBarDocView;
+ const headerBar = this._hideUI || !this.headerBarDocHeight?.() ? null : this.headerBarDocView;
return (
<>
{headerBar}