mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 1470: #3742 Fix Task Calendar openCamera Popup on Tablet
#3742 Fix Task Calendar openCamera Popup on Tablet
This commit is contained in:
committed by
Lorenz Hilpert
parent
a91ffd9ad7
commit
01beef4312
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user