added lots of animations, added debounce to search query, fixed faulty refetching when logging out from profile page
This commit is contained in:
@@ -231,7 +231,7 @@ function onToggleEdit() {
|
||||
}
|
||||
|
||||
watch(() => [route.params, route.name], ([newParam, newName], [oldParam, oldName]) => {
|
||||
if(newName === oldName && newParam !== oldParam) {
|
||||
if(newName === oldName && newParam?.toString() !== oldParam?.toString()) {
|
||||
state.fetchFromApi(route.params.id)
|
||||
createUser.value = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user