MessageBox: fix  distinguishCancelAndClose action not same as docs bug (#15438)

This commit is contained in:
QingDeng
2019-06-24 15:41:24 +08:00
committed by Zhi Cun
parent c570a59e23
commit 0bb4121cc3

View File

@@ -231,6 +231,9 @@
getInputElement() {
const inputRefs = this.$refs.input.$refs;
return inputRefs.input || inputRefs.textarea;
},
handleClose() {
this.handleAction('close');
}
},