|
|
|
@ -70,7 +70,6 @@ export default function confirm(config) {
|
|
|
|
|
(props.okCancel ? runtimeLocale.okText : runtimeLocale.justOkText);
|
|
|
|
|
props.cancelText = props.cancelText || runtimeLocale.cancelText;
|
|
|
|
|
|
|
|
|
|
let d;
|
|
|
|
|
function close() {
|
|
|
|
|
const unmountResult = ReactDOM.unmountComponentAtNode(div);
|
|
|
|
|
if (unmountResult) {
|
|
|
|
|