Skip to content

Commit

Permalink
fix(module:popconfirm): fix backdrop of popconfirm (NG-ZORRO#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
vthinkxie committed Dec 18, 2017
1 parent 3ae1fe2 commit d290af5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/popconfirm/nz-popconfirm.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export class NzPopconfirmComponent extends NzToolTipComponent {
private _condition = false;
_prefix = 'ant-popover-placement';
_trigger = 'click';
_hasBackdrop = true;
@Input() nzContent;
@Input() nzOkText = this._locale.translate('Modal.okText');
@Input() nzCancelText = this._locale.translate('Modal.cancelText');
Expand Down

0 comments on commit d290af5

Please sign in to comment.