mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
Bug 1401876 - (Part 1) Close datetime picker on popuphidden
This commit is contained in:
parent
1cbd27ae55
commit
e75b329d4d
3 changed files with 3 additions and 1 deletions
|
|
@ -91,6 +91,7 @@ this.DateTimePickerHelper = {
|
|||
if (browser) {
|
||||
browser.messageManager.sendAsyncMessage("FormDateTime:PickerClosed");
|
||||
}
|
||||
this.picker.closePicker();
|
||||
this.close();
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue