mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Merge pull request #12493 from ToolJet/fix/markdown-tab
Fix: markdown tab navigation in table column
This commit is contained in:
commit
2f5085a3fb
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