Skip to content
This repository was archived by the owner on Apr 17, 2022. It is now read-only.

Commit a89401b

Browse files
committed
fix: Remove preventDefault from menu click listener
1 parent 60f5f73 commit a89401b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Vue3DatePicker/components/DatepickerMenu.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@
268268
if (menu) {
269269
menu.addEventListener('pointerdown', (e) => {
270270
e.stopPropagation();
271-
e.preventDefault();
272271
e.stopImmediatePropagation();
273272
});
274273
}

0 commit comments

Comments
 (0)