fix: reset active event before showing event panel in Calendar
This commit is contained in:
parent
593cf4ab5a
commit
2162ed588a
@ -245,6 +245,7 @@ function showEventPanelArea(e) {
|
||||
|
||||
let fromDate = dayjs(e.date).format('YYYY-MM-DD')
|
||||
|
||||
activeEvent.value = ''
|
||||
showEventPanel.value = true
|
||||
event.value = {
|
||||
title: '',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user