Merge pull request #12493 from ToolJet/fix/markdown-tab

Fix: markdown tab navigation in table column
This commit is contained in:
Johnson Cherian 2025-04-08 13:49:50 +05:30 committed by GitHub
commit 2f5085a3fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',