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