aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/TabDocView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-10-08 03:30:21 -0400
committerbobzel <zzzman@gmail.com>2024-10-08 03:30:21 -0400
commitfc3e2b18b9dad38920e1cec5e58bf9fbd06f4aaf (patch)
tree9b75d7907ab39b76cb4637d6b8105c03c6f8cd12 /src/client/views/collections/TabDocView.tsx
parenta6c2194cdf3b6a35574526826a4053f650445e1b (diff)
changed carousel view to resize ui buttons based on screen scaling and document dimensions. lint errors.
Diffstat (limited to 'src/client/views/collections/TabDocView.tsx')
-rw-r--r--src/client/views/collections/TabDocView.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/TabDocView.tsx b/src/client/views/collections/TabDocView.tsx
index f56ea9d76..5bfdee1f5 100644
--- a/src/client/views/collections/TabDocView.tsx
+++ b/src/client/views/collections/TabDocView.tsx
@@ -478,7 +478,6 @@ export class TabDocView extends ObservableReactComponent<TabDocViewProps> {
componentDidMount() {
new ResizeObserver(
action(entries => {
- // eslint-disable-next-line no-restricted-syntax
for (const entry of entries) {
this._panelWidth = entry.contentRect.width;
this._panelHeight = entry.contentRect.height;