From 6bcf9f52f74fa76c9c5d4901a06e20849711f4f1 Mon Sep 17 00:00:00 2001 From: Vijaykant Yadav Date: Tue, 8 Apr 2025 13:41:01 +0530 Subject: [PATCH] fix: markdown tab navigation in table column --- .../Widgets/NewTable/_components/DataTypes/Markdown.jsx | 1 - 1 file changed, 1 deletion(-) 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',