aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-06-28 13:24:40 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-06-28 13:24:40 -0400
commit21a9278abe3bab3a7da7eef079a27169cc2cd49c (patch)
tree87bed2b0eed94e561a07fe6d39e3b193a187b8ca /src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx
parent8ceaba8b8264f5519de732cc603dcd276b4b4f4d (diff)
col drag stutter fixed
Diffstat (limited to 'src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx')
-rw-r--r--src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx b/src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx
index 83a136737..e98a2c778 100644
--- a/src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx
+++ b/src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx
@@ -244,6 +244,8 @@ export class SchemaColumnHeader extends ObservableReactComponent<SchemaColumnHea
{this.headerButton}
</div>
</div>
+
+ <div className="schema-column-resizer right" onPointerDown={e => this._props.resizeColumn(e, this._props.columnIndex)} />
</div>
);
}