mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-11 13:32:27 +03:00
fix: prevent popup internal events from affecting the outside
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
<div class="mx-datepicker-popup"
|
||||
:style="innerPopupStyle"
|
||||
v-show="popupVisible"
|
||||
@click.stop.prevent
|
||||
ref="calendar">
|
||||
<slot name="header">
|
||||
<div class="mx-shortcuts-wrapper"
|
||||
|
||||
Reference in New Issue
Block a user