Keep view when closing select
All checks were successful
Build Docker Image / build (push) Successful in 4m59s

This commit is contained in:
Ruslan Bakiev
2026-02-07 16:40:30 +07:00
parent 3f92b3876d
commit 8ff44c42bc

View File

@@ -229,8 +229,7 @@ export function useCatalogSearch() {
const cancelSelect = () => {
updateQuery({
select: null,
view: lastViewMode.value === 'offers' ? null : lastViewMode.value
select: null
})
}