1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
This commit is contained in:
Patrik Braun 2017-07-30 09:32:24 +02:00
parent f53c0f681f
commit 4043919840

View File

@ -100,7 +100,7 @@ export class GalleryShareComponent implements OnInit, OnDestroy {
this._notification.success("Url has been copied to clipboard");
}
public hodeModal() {
public hideModal() {
this.childModal.hide();
this.sharing = null;
}