refactor(toast): rename delay to timeout

This commit is contained in:
Elian Doran
2025-12-07 00:06:42 +02:00
parent da17a63ef5
commit 7463570e76
7 changed files with 18 additions and 18 deletions

View File

@@ -737,7 +737,7 @@ export function useNoteTreeDrag(containerRef: MutableRef<HTMLElement | null | un
toast.showPersistent({
...dragNotEnabledMessage,
id: "drag-not-enabled",
delay: 5000
timeout: 5000
});
}
}