diff options
| author | bobzel <zzzman@gmail.com> | 2023-03-24 23:18:44 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-03-24 23:18:44 -0400 |
| commit | fd71eb1a130058207b45cc6a1da0dbd97f6dd4f1 (patch) | |
| tree | 631592149de2718591fd549b597c11113cd6a7a7 /src/client/views/collections/collectionSchema/SchemaRowBox.tsx | |
| parent | 71f8f420ab5755bac8814ff3f5a96f2f01856b2d (diff) | |
fixed showing keyValueBox when document opacity is 0 or it is hidden. fixed toggling link targets. fixed sorting and undoing schema view changes.
Diffstat (limited to 'src/client/views/collections/collectionSchema/SchemaRowBox.tsx')
| -rw-r--r-- | src/client/views/collections/collectionSchema/SchemaRowBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionSchema/SchemaRowBox.tsx b/src/client/views/collections/collectionSchema/SchemaRowBox.tsx index 0c8c0ee59..10f307068 100644 --- a/src/client/views/collections/collectionSchema/SchemaRowBox.tsx +++ b/src/client/views/collections/collectionSchema/SchemaRowBox.tsx @@ -50,7 +50,6 @@ export class SchemaRowBox extends ViewBoxBaseComponent<FieldViewProps>() { }; onPointerEnter = (e: any) => { - //if (!this.schemaView?._isDragging) return; if (!SnappingManager.GetIsDragging()) return; document.removeEventListener('pointermove', this.onPointerMove); document.addEventListener('pointermove', this.onPointerMove); |
