Commit cdb7a341 authored by blackmiaool's avatar blackmiaool Committed by 杨奕

Tooltip: invoke 'doDestory' manually when disabled (#10498)

parent 10f5a661
......@@ -191,6 +191,10 @@ export default {
clearTimeout(this.timeoutPending);
}
this.showPopper = false;
if (this.disabled) {
this.doDestroy();
}
},
setExpectedState(expectedState) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment