Skip to content

Commit 869304b

Browse files
committed
feat: do not unfocus input when toggling mobile browse filter drawer
1 parent 6d33bf7 commit 869304b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "web"
3-
version = "3.1.9"
3+
version = "3.1.10"
44
edition = "2024"
55

66
[dependencies]

apps/frontend/src/pages/browse/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
<button
9090
class="p-4 transition-colors hover:bg-neutral-900"
9191
@click="toggleDrawer"
92+
@mousedown.prevent
9293
>
9394
<Icon
9495
name="memory:chevron-up"

0 commit comments

Comments
 (0)