diff options
author | bobzel <zzzman@gmail.com> | 2025-06-02 17:49:48 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-06-02 17:49:48 -0400 |
commit | 8b6f03c191a355a34fa01183ce2b6bd86240ebaf (patch) | |
tree | dcd5acb09929609344aaf4b4ea7f3ad21a0d7dd2 /src/client/views/nodes/DataVizBox/components/TableBox.tsx | |
parent | 9e52b7ca60fd9891da6d07c67f89f97ae6f497ee (diff) |
from last
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components/TableBox.tsx')
-rw-r--r-- | src/client/views/nodes/DataVizBox/components/TableBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
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<TableBoxProps> { @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 |