Changeset de9d697 for Farmatiko/ClientApp/src/app/dialogs/pharmacy-dialog
- Timestamp:
- 02/01/21 00:15:12 (4 years ago)
- Branches:
- master
- Children:
- afefe75
- Parents:
- 28d7d35
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/ClientApp/src/app/dialogs/pharmacy-dialog/pharmacy-dialog.component.ts
r28d7d35 rde9d697 46 46 this.options.zoom = 13; 47 47 } 48 }, error => console.error(error)); 49 this.mapShown = false; 50 setTimeout(() => this.mapShown = true, 300); 48 }, error => console.error(error), 49 () => { 50 this.mapShown = false; 51 setTimeout(() => this.mapShown = true, 200); 52 }); 51 53 } 52 54
Note:
See TracChangeset
for help on using the changeset viewer.