mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Merge pull request #12377 from ToolJet/fix/tab-navigation-table-columns
Fix: Table navigation on editable columns
This commit is contained in:
commit
b796a421e5
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