mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 14:25:51 +01:00
chore(react/ribbon): fix some more crashes when rapidly switching tabs
This commit is contained in:
@@ -27,7 +27,7 @@ export default function EditedNotesTab({ note }: TabContext) {
|
||||
width: "100%",
|
||||
overflow: "auto"
|
||||
}}>
|
||||
{editedNotes ? (
|
||||
{editedNotes?.length ? (
|
||||
<div className="edited-notes-list use-tn-links">
|
||||
{joinElements(editedNotes.map(editedNote => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user