fix: 🐛 Fix AdaptiveDropdown not responding to touch on mobile

This commit is contained in:
Jesse Wierzbinski 2024-06-04 18:44:12 -10:00
parent 3c68c2e788
commit f91df20dc1
No known key found for this signature in database
3 changed files with 67 additions and 39 deletions

View file

@ -46,7 +46,6 @@ useListen("composer:open", () => {
useListen("composer:close", () => {
open.value = false;
});
const log = console.log;
const tokenData = useTokenData();
const instance = useInstance();
</script>