fix: markdown tab navigation in table column

This commit is contained in:
Vijaykant Yadav 2025-04-08 13:41:01 +05:30
parent d3dede3e9c
commit 6bcf9f52f7

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