mirror of
https://github.com/zadam/trilium.git
synced 2025-12-15 12:49:53 +01:00
fix(ribbon): formatting toolbar overrides edited notes activation (closes #7900)
This commit is contained in:
@@ -26,7 +26,7 @@ export const RIBBON_TAB_DEFINITIONS: TabConfiguration[] = [
|
||||
&& !(await noteContext?.isReadOnly()),
|
||||
toggleCommand: "toggleRibbonTabClassicEditor",
|
||||
content: FormattingToolbar,
|
||||
activate: true,
|
||||
activate: () => !options.is("editedNotesOpenInRibbon"),
|
||||
stayInDom: true
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user