mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +08:00
rm debugger
This commit is contained in:
parent
93cf5bee48
commit
061b9ec2ff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user