Merge remote-tracking branch 'origin/develop' into bootstrap

This commit is contained in:
Elian Doran
2024-09-12 20:06:31 +03:00
18 changed files with 198 additions and 227 deletions

View File

@@ -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());
}