We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d98c9 commit 39b7f24Copy full SHA for 39b7f24
components/dropdowns/AdaptiveDropdown.vue
@@ -42,7 +42,7 @@ const registerClickHandlers = () => {
42
const targetElement = document.querySelector(`.${id}`);
43
if (targetElement) {
44
for (const el of targetElement.children) {
45
- el.addEventListener("pointerdown", (e) => {
+ el.addEventListener("touchstart", (e) => {
46
e.stopPropagation();
47
e.preventDefault();
48
// Click all element children
0 commit comments