mirror of
https://github.com/zadam/trilium.git
synced 2025-12-12 18:34:24 +01:00
fix(layout): floating toolbar displayed in attachments
This commit is contained in:
parent
737711e5eb
commit
4d7d642952
@ -22,7 +22,7 @@ export const RIBBON_TAB_DEFINITIONS: TabConfiguration[] = [
|
|||||||
{
|
{
|
||||||
title: t("classic_editor_toolbar.title"),
|
title: t("classic_editor_toolbar.title"),
|
||||||
icon: "bx bx-text",
|
icon: "bx bx-text",
|
||||||
show: async ({ note, noteContext }) => note?.type === "text"
|
show: async ({ note, noteContext }) => note?.type === "text" && noteContext?.viewScope?.viewMode === "default"
|
||||||
&& options.get("textNoteEditorType") === "ckeditor-classic"
|
&& options.get("textNoteEditorType") === "ckeditor-classic"
|
||||||
&& !(await noteContext?.isReadOnly()),
|
&& !(await noteContext?.isReadOnly()),
|
||||||
toggleCommand: "toggleRibbonTabClassicEditor",
|
toggleCommand: "toggleRibbonTabClassicEditor",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user