Merged PR 1470: #3742 Fix Task Calendar openCamera Popup on Tablet

#3742 Fix Task Calendar openCamera Popup on Tablet
This commit is contained in:
Nino Righi
2023-01-19 09:55:58 +00:00
committed by Lorenz Hilpert
parent a91ffd9ad7
commit 01beef4312

View File

@@ -172,7 +172,7 @@ export class TaskModalComponent {
}
openCamera(event: Event) {
if (this._environmentService.isDesktop() && !this._environmentService.isSafari()) {
if (this._environmentService.isDesktop()) {
event.preventDefault();
event.stopImmediatePropagation();
this.uiModal.open({