Skip to content

Commit 31b90fa

Browse files
authored
feat(module:color-picker): supports masked layer response for each click (#8429)
1 parent 55cbf18 commit 31b90fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/modal/modal-ref.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export class NzModalRef<T = NzSafeAny, R = NzSafeAny> implements NzModalLegacyAP
6767
this._finishDialogClose();
6868
});
6969

70-
containerInstance.containerClick.pipe(take(1), takeUntil(this.destroy$)).subscribe(() => {
70+
containerInstance.containerClick.pipe(takeUntil(this.destroy$)).subscribe(() => {
7171
const cancelable = !this.config.nzCancelLoading && !this.config.nzOkLoading;
7272
if (cancelable) {
7373
this.trigger(NzTriggerAction.CANCEL);

0 commit comments

Comments
 (0)