|
|
@ -215,7 +215,9 @@ export default defineComponent({
|
|
|
|
) {
|
|
|
|
) {
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.delaySetPopupVisible(false, this.$props.mouseLeaveDelay);
|
|
|
|
if (this.isMouseLeaveToHide()) {
|
|
|
|
|
|
|
|
this.delaySetPopupVisible(false, this.$props.mouseLeaveDelay);
|
|
|
|
|
|
|
|
}
|
|
|
|
const { vcTriggerContext = {} } = this;
|
|
|
|
const { vcTriggerContext = {} } = this;
|
|
|
|
if (vcTriggerContext.onPopupMouseleave) {
|
|
|
|
if (vcTriggerContext.onPopupMouseleave) {
|
|
|
|
vcTriggerContext.onPopupMouseleave(e);
|
|
|
|
vcTriggerContext.onPopupMouseleave(e);
|
|
|
|