diff --git a/frontend/src/AppBuilder/Widgets/NewTable/_components/DataTypes/Markdown.jsx b/frontend/src/AppBuilder/Widgets/NewTable/_components/DataTypes/Markdown.jsx index a8bb593409..7ea9a7b3b0 100644 --- a/frontend/src/AppBuilder/Widgets/NewTable/_components/DataTypes/Markdown.jsx +++ b/frontend/src/AppBuilder/Widgets/NewTable/_components/DataTypes/Markdown.jsx @@ -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',