added lots of animations, added debounce to search query, fixed faulty refetching when logging out from profile page
This commit is contained in:
@@ -23,7 +23,7 @@ export const useNotifications = defineStore('notifications', {
|
||||
text:text,
|
||||
}
|
||||
)
|
||||
if (timeout !== -1) setTimeout(() => this.remove(id), timeout)
|
||||
if (timeout > -1) setTimeout(() => this.remove(id), timeout)
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user