From 8d3ac630c5e710f4a48dee712b3d1891cc843c6e Mon Sep 17 00:00:00 2001 From: pedr Date: Fri, 13 Sep 2024 14:07:52 -0300 Subject: [PATCH] Desktop: Fixes #10560: Fix table column and rows not being resizable on RTE (#11037) --- packages/app-desktop/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/app-desktop/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.tsx b/packages/app-desktop/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.tsx index 81f10682c..5b6f43e84 100644 --- a/packages/app-desktop/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.tsx +++ b/packages/app-desktop/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.tsx @@ -669,7 +669,6 @@ const TinyMCE = (props: NoteBodyEditorProps, ref: any) => { // Handle the first table row as table header. // https://www.tiny.cloud/docs/plugins/table/#table_header_type table_header_type: 'sectionCells', - table_resize_bars: false, language_url: ['en_US', 'en_GB'].includes(language) ? undefined : `${bridge().vendorDir()}/lib/tinymce/langs/${language}`, toolbar: toolbar.join(' '), localization_function: _,