mirror of
https://github.com/zadam/trilium.git
synced 2026-02-10 15:54:27 +01:00
chore(mobile): add possible work-around for note switcher sometimes disappearing
This commit is contained in:
parent
026ba5ddce
commit
29ce004974
@ -23,7 +23,7 @@ export default function NoteTitleActions() {
|
||||
<PromotedAttributes note={note} componentId={componentId} noteContext={noteContext} />
|
||||
{noteType === "search" && <SearchProperties note={note} ntxId={ntxId} />}
|
||||
<EditedNotes />
|
||||
{viewScope?.viewMode === "default" && <NoteTypeSwitcher />}
|
||||
{!viewScope?.viewMode || viewScope.viewMode === "default" && <NoteTypeSwitcher />}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user