mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-06-28 21:22:53 +08:00
fix: 修正多选下功能菜单展示错误的问题
This commit is contained in:
parent
85c82a1902
commit
f8179c6088
@ -46,7 +46,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<ClipOperate
|
||||
v-show="isMultiple || activeIndex === index"
|
||||
v-show="!isMultiple && activeIndex === index"
|
||||
:item="item"
|
||||
@onDataChange="() => emit('onDataChange', item)"
|
||||
@onDataRemove="() => emit('onDataRemove')"
|
||||
|
Loading…
x
Reference in New Issue
Block a user