rm debugger

This commit is contained in:
2betop 2021-07-05 16:19:34 +08:00
parent 93cf5bee48
commit 061b9ec2ff

View File

@ -747,7 +747,6 @@ export class DrawerRenderer extends Drawer {
action.actionType === 'confirm') &&
action.close !== false
) {
debugger;
onConfirm && onConfirm(values, rawAction || action, ctx, targets);
} else if (action.close) {
action.close === true