parent
2cdb69f706
commit
502c11cc4c
|
@ -215,7 +215,9 @@ export default defineComponent({
|
|||
) {
|
||||
return;
|
||||
}
|
||||
this.delaySetPopupVisible(false, this.$props.mouseLeaveDelay);
|
||||
if (this.isMouseLeaveToHide()) {
|
||||
this.delaySetPopupVisible(false, this.$props.mouseLeaveDelay);
|
||||
}
|
||||
const { vcTriggerContext = {} } = this;
|
||||
if (vcTriggerContext.onPopupMouseleave) {
|
||||
vcTriggerContext.onPopupMouseleave(e);
|
||||
|
|
Loading…
Reference in New Issue