mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 07:09:54 +01:00
refactor(toast): rename delay to timeout
This commit is contained in:
@@ -737,7 +737,7 @@ export function useNoteTreeDrag(containerRef: MutableRef<HTMLElement | null | un
|
||||
toast.showPersistent({
|
||||
...dragNotEnabledMessage,
|
||||
id: "drag-not-enabled",
|
||||
delay: 5000
|
||||
timeout: 5000
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user