mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 00:01:22 +02:00
Integrated update experience (#259)
This commit is contained in:
@@ -21,7 +21,6 @@ export function showToast({
|
||||
|
||||
let delay = 0;
|
||||
if (toastWithSameId) {
|
||||
console.log('HIDING TOAST', id);
|
||||
hideToast(toastWithSameId);
|
||||
// Allow enough time for old toast to animate out
|
||||
delay = 200;
|
||||
|
||||
Reference in New Issue
Block a user