fix: datepicker issue in filter popover
This commit is contained in:
parent
6fa0bebceb
commit
3af366b2d5
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ frappe.ui.FilterGroup = class {
|
|||
$(document.body).on('click', (e) => {
|
||||
if (this.wrapper && this.wrapper.is(':visible')) {
|
||||
const in_datepicker = $(e.target).is('.datepicker--cell')
|
||||
|| $(e.target).is('.datepicker--nav-title')
|
||||
|| $(e.target).closest('.datepicker--nav-title').length !== 0
|
||||
|| $(e.target).parents('.datepicker--nav-action').length !== 0;
|
||||
|
||||
if (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue