aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.tsx
diff options
context:
space:
mode:
authorMelissa Zhang <mzhang19096@gmail.com>2020-08-13 17:36:15 -0700
committerMelissa Zhang <mzhang19096@gmail.com>2020-08-13 17:36:15 -0700
commit3c56d05d401d2015545bd42868f4fc553db6944b (patch)
tree02ab6f240314d93aff3b2c6a6241b7aae75b16dc /src/client/views/collections/CollectionSchemaView.tsx
parentefbdaf80423b82270f6d3eefc2427b1490ad36d1 (diff)
stopPropagation for left/right arrow keys while editing headers or cells (still buggy), removed unused code
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
-rw-r--r--src/client/views/collections/CollectionSchemaView.tsx6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx
index 892148cd7..2e9d2517c 100644
--- a/src/client/views/collections/CollectionSchemaView.tsx
+++ b/src/client/views/collections/CollectionSchemaView.tsx
@@ -132,12 +132,6 @@ export class CollectionSchemaView extends CollectionSubView(doc => doc) {
}
@action
- toggleIsOpen = (): void => {
- this._isOpen = !this._isOpen;
- this.setHeaderIsEditing(this._isOpen);
- }
-
- @action
changeColumnType = (type: ColumnType, col: any): void => {
this._openTypes = false;
this.setColumnType(col, type);