We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a88c8 commit 47ceff8Copy full SHA for 47ceff8
ui/datepicker.js
@@ -389,6 +389,10 @@ $.extend(Datepicker.prototype, {
389
} else if (nodeName === "div" || nodeName === "span") {
390
$target.removeClass(this.markerClassName).empty();
391
}
392
+
393
+ if ( datepicker_instActive === inst ) {
394
+ datepicker_instActive = null;
395
+ }
396
},
397
398
/* Enable the date picker to a jQuery selection.
0 commit comments