prevent closing the datefield options on calendar select and updated collections upsert save handler
This commit is contained in:
@@ -113,9 +113,10 @@
|
||||
function handleOutsideClick(e) {
|
||||
if (
|
||||
active &&
|
||||
isOutsideMouseDown &&
|
||||
!container?.contains(e.target) &&
|
||||
!activeTrigger?.contains(e.target) &&
|
||||
isOutsideMouseDown
|
||||
!e.target?.closest(".flatpickr-calendar")
|
||||
) {
|
||||
hide();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user