mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
fix: Table navigation on editable columns
This commit is contained in:
parent
b79b073b38
commit
faf6789d4c
1 changed files with 0 additions and 1 deletions
|
|
@ -66,7 +66,6 @@ const StringColumn = ({
|
|||
className={`${!isValid ? 'is-invalid' : ''} h-100 text-container long-text-input d-flex align-items-center ${
|
||||
darkMode ? ' textarea-dark-theme' : ''
|
||||
} justify-content-${determineJustifyContentValue(horizontalAlignment)}`}
|
||||
tabIndex={-1}
|
||||
style={{
|
||||
color: cellTextColor ? cellTextColor : 'inherit',
|
||||
outline: 'none',
|
||||
|
|
|
|||
Loading…
Reference in a new issue