From 06aaa5d58b62e7c85a81ce6b592c96cd13d16dd3 Mon Sep 17 00:00:00 2001 From: bobzel Date: Tue, 9 Jan 2024 10:56:46 -0500 Subject: fixed resizing notetaking columns --- src/client/views/collections/CollectionNoteTakingViewColumn.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/views/collections/CollectionNoteTakingViewColumn.tsx b/src/client/views/collections/CollectionNoteTakingViewColumn.tsx index 265612d0d..3f6d3c82e 100644 --- a/src/client/views/collections/CollectionNoteTakingViewColumn.tsx +++ b/src/client/views/collections/CollectionNoteTakingViewColumn.tsx @@ -64,7 +64,7 @@ export class CollectionNoteTakingViewColumn extends ObservableReactComponent hd.heading === this._props.headingObject?.heading && hd.color === this._props.headingObject.color); return ((this._props.colHeaderData[i].width * this._props.availableWidth) / this._props.PanelWidth()) * 100 + '%'; } -- cgit v1.2.3-70-g09d2