Sebastian Stehle
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
4 deletions
-
src/Squidex/app/framework/angular/forms/confirm-click.directive.ts
|
|
|
@ -77,9 +77,7 @@ export class ConfirmClickDirective implements OnDestroy { |
|
|
|
this.isOpen = false; |
|
|
|
|
|
|
|
if (result) { |
|
|
|
if (result) { |
|
|
|
this.clickConfirmed.delayEmit(); |
|
|
|
} |
|
|
|
this.clickConfirmed.delayEmit(); |
|
|
|
} |
|
|
|
|
|
|
|
subscription.unsubscribe(); |
|
|
|
@ -95,4 +93,4 @@ export class ConfirmClickDirective implements OnDestroy { |
|
|
|
event.stopPropagation(); |
|
|
|
event.preventDefault(); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|