mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
fix: markdown tab navigation in table column
This commit is contained in:
parent
d3dede3e9c
commit
6bcf9f52f7
1 changed files with 0 additions and 1 deletions
|
|
@ -85,7 +85,6 @@ export const MarkdownColumn = ({
|
|||
className={`h-100 text-container long-text-input d-flex${
|
||||
darkMode ? ' textarea-dark-theme' : ''
|
||||
} justify-content-${determineJustifyContentValue(horizontalAlignment)}`}
|
||||
tabIndex={-1}
|
||||
style={{
|
||||
color: cellTextColor ? cellTextColor : 'inherit',
|
||||
outline: 'none',
|
||||
|
|
|
|||
Loading…
Reference in a new issue