fix(editor): 右键菜单,mac触摸板上容易在菜单出现的时候触发当前鼠标位置的按钮

This commit is contained in:
roymondchen 2022-05-31 11:55:40 +08:00 committed by jia000
parent 67e2ba3825
commit 31cbe7818f

View File

@ -1,5 +1,5 @@
<template>
<div v-if="menuData.length" v-show="visible" class="magic-editor-content-menu" ref="menu" :style="menuStyle">
<div v-if="menuData.length && visible" class="magic-editor-content-menu" ref="menu" :style="menuStyle">
<div>
<tool-button
v-for="(item, index) in menuData"