mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
fix: 🐛 Fix AdaptiveDropdown not responding to touch on mobile
This commit is contained in:
parent
3c68c2e788
commit
f91df20dc1
3 changed files with 67 additions and 39 deletions
|
|
@ -46,7 +46,6 @@ useListen("composer:open", () => {
|
|||
useListen("composer:close", () => {
|
||||
open.value = false;
|
||||
});
|
||||
const log = console.log;
|
||||
const tokenData = useTokenData();
|
||||
const instance = useInstance();
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue