1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Desktop: Fixes #10560: Fix table column and rows not being resizable on RTE (#11037)

This commit is contained in:
pedr 2024-09-13 14:07:52 -03:00 committed by GitHub
parent b5f06b6958
commit 8d3ac630c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: _,