mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
Merge remote-tracking branch 'origin/develop' into bootstrap
This commit is contained in:
@@ -128,8 +128,10 @@ export default class CalendarWidget extends RightDropdownButtonWidget {
|
||||
else {
|
||||
toastService.showError(t("calendar.cannot_find_day_note"));
|
||||
}
|
||||
});
|
||||
|
||||
ev.stopPropagation();
|
||||
});
|
||||
|
||||
// Prevent dismissing the calendar popup by clicking on an empty space inside it.
|
||||
this.$dropdownContent.on("click", (e) => e.stopPropagation());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user