From 8b6f03c191a355a34fa01183ce2b6bd86240ebaf Mon Sep 17 00:00:00 2001 From: bobzel Date: Mon, 2 Jun 2025 17:49:48 -0400 Subject: from last --- src/client/views/nodes/DataVizBox/components/TableBox.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/client/views/nodes/DataVizBox/components/TableBox.tsx') diff --git a/src/client/views/nodes/DataVizBox/components/TableBox.tsx b/src/client/views/nodes/DataVizBox/components/TableBox.tsx index 60f1f2d58..9e0868cd5 100644 --- a/src/client/views/nodes/DataVizBox/components/TableBox.tsx +++ b/src/client/views/nodes/DataVizBox/components/TableBox.tsx @@ -111,7 +111,6 @@ export class TableBox extends ObservableReactComponent { @action handleScroll = () => { if (!this._props.docView?.()?.ContentDiv?.hidden) { this._scrollTop = this._containerRef?.scrollTop ?? 0; - console.log('scrollTop', this._scrollTop, this.startID * Number(DATA_VIZ_TABLE_ROW_HEIGHT)); } }; @action -- cgit v1.2.3-70-g09d2