aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionStackingViewFieldColumn.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-03-15 21:41:04 -0400
committerbobzel <zzzman@gmail.com>2021-03-15 21:41:04 -0400
commitdb76556dd1f5c8e6c04a388f5b0f6a46f223efce (patch)
tree9d4c53f073bd3cd64dc6fa32654eb47f2e746389 /src/client/views/collections/CollectionStackingViewFieldColumn.tsx
parentf9db6aa1059c6034adb41bc25f932ec5749e6aea (diff)
final cleanups to get scrolling to work smoothly for webbox's - sadly, does not work as well in Firefox, and even worse in Safari.
Diffstat (limited to 'src/client/views/collections/CollectionStackingViewFieldColumn.tsx')
-rw-r--r--src/client/views/collections/CollectionStackingViewFieldColumn.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingViewFieldColumn.tsx b/src/client/views/collections/CollectionStackingViewFieldColumn.tsx
index 94d74b6f7..75ec6cd1a 100644
--- a/src/client/views/collections/CollectionStackingViewFieldColumn.tsx
+++ b/src/client/views/collections/CollectionStackingViewFieldColumn.tsx
@@ -146,7 +146,7 @@ export class CollectionStackingViewFieldColumn extends React.Component<CSVFieldC
newDoc.heading = heading;
FormattedTextBox.SelectOnLoad = newDoc[Id];
FormattedTextBox.SelectOnLoadChar = forceEmptyNote ? "" : " ";
- return this.props.parent.props.addDocument?.(newDoc) || false;
+ return this.props.parent.addDocument?.(newDoc) || false;
}
@action