优化:禁止键盘操作确认窗口

pull/1658/MERGE
ChenX 3 years ago
parent 27772852e6
commit 6f1dfe6a57

@ -105,7 +105,7 @@ export class CommonConfirm extends React.Component<ICommonConfirmProps>
e.preventDefault();
e.stopPropagation();
this.confirm();
// this.confirm(); //因为键盘操作太快了 所以我们禁止用键盘确认 因为确认都是很慎重的,不能随便说我愿意就行了
}
};

Loading…
Cancel
Save