aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-05-03 11:02:07 -0400
committerbobzel <zzzman@gmail.com>2024-05-03 11:02:07 -0400
commite77b55c771a2bd3ba49169185edd9ed2099de1c6 (patch)
treef070e9e64ecaf251e6708b8ce4d722f121a6d039 /src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx
parent4c6640a630b541611a55c54cd392193119579de2 (diff)
parentf927a585c75a20629379bcb34d1483c0ca9d8db9 (diff)
Merge branch 'nathan-starter' into restoringEslint
Diffstat (limited to 'src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx')
-rw-r--r--src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx b/src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx
index 389fc66b3..6b5a34ec0 100644
--- a/src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx
+++ b/src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx
@@ -45,7 +45,7 @@ export class SchemaColumnHeader extends React.Component<SchemaColumnHeaderProps>
@action
onPointerDown = (e: React.PointerEvent) => {
- this.props.isContentActive(true) && setupMoveUpEvents(this, e, moveEv => this.props.dragColumn(moveEv, this.props.columnIndex), emptyFunction, emptyFunction, false);
+ this.props.isContentActive(true) && setupMoveUpEvents(this, e, moveEv => this.props.dragColumn(moveEv, this.props.columnIndex), emptyFunction, emptyFunction);
};
render() {