From ba91fbbe6b4fa2d56dcc4ed3790c9d6578c74b11 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 3 Oct 2025 16:46:26 +0300 Subject: [PATCH] fix(ribbon): formatting tab not activating automatically (closes #7185) --- apps/client/src/widgets/ribbon/Ribbon.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/widgets/ribbon/Ribbon.tsx b/apps/client/src/widgets/ribbon/Ribbon.tsx index ff908f00f..e47a78aee 100644 --- a/apps/client/src/widgets/ribbon/Ribbon.tsx +++ b/apps/client/src/widgets/ribbon/Ribbon.tsx @@ -51,6 +51,7 @@ const TAB_CONFIGURATION = numberObjectsInPlace([ show: ({ note }) => note?.type === "text" && options.get("textNoteEditorType") === "ckeditor-classic", toggleCommand: "toggleRibbonTabClassicEditor", content: FormattingToolbar, + activate: true, stayInDom: true }, {