diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-25 22:33:50 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-25 22:33:50 -0500 |
| commit | 4b68d25cc3718a6b9fffdd60d04707cbcc8fc2b2 (patch) | |
| tree | 9b93d318a3aa87f7ad8efcf7521ff4df3f230969 /src/client/views/collections/CollectionSchemaHeaders.tsx | |
| parent | 8292aae00bb7fd7716110df21faafa53fd35738d (diff) | |
adjusting menu trigger
Diffstat (limited to 'src/client/views/collections/CollectionSchemaHeaders.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaHeaders.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaHeaders.tsx b/src/client/views/collections/CollectionSchemaHeaders.tsx index aaa2e6096..b84b75172 100644 --- a/src/client/views/collections/CollectionSchemaHeaders.tsx +++ b/src/client/views/collections/CollectionSchemaHeaders.tsx @@ -376,7 +376,7 @@ export class KeysDropdown extends React.Component<KeysDropdownProps> { <input className="keys-search" ref={this._inputRef} type="text" value={this._searchTerm} placeholder="Column key" onKeyDown={this.onKeyDown} onChange={e => this.onChange(e.target.value)} onClick={(e) => { - this._inputRef.current!.select(); + //this._inputRef.current!.select(); e.stopPropagation(); }} onFocus={this.onFocus} onBlur={this.onBlur}></input> <div className="keys-options-wrapper" onPointerEnter={this.onPointerEnter} onPointerLeave={this.onPointerOut}> |
