mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-10 18:02:55 +00:00
feat: 简化长按指令的参数配置
This commit is contained in:
parent
c43e305ea7
commit
f3725215bd
@ -169,7 +169,7 @@
|
||||
class="chat-send"
|
||||
:class="sendClass"
|
||||
v-touchmouse="clickSend"
|
||||
v-longpress="{callback: onShowMenu, delay: 300}">
|
||||
v-longpress="onShowMenu">
|
||||
<EPopover
|
||||
ref="menu"
|
||||
v-model="showMenu"
|
||||
|
||||
@ -185,7 +185,7 @@
|
||||
<div
|
||||
ref="msgs"
|
||||
class="dialog-msgs"
|
||||
v-longpress="{callback: handleLongpress, preventEndEvent: true, delay: 300}">
|
||||
v-longpress="{callback: handleLongpress, preventEndEvent: true}">
|
||||
<!--定位提示-->
|
||||
<div v-if="positionShow && positionMsg" class="dialog-position">
|
||||
<div class="position-label" @click="onPositionMark(positionMsg.msg_id)">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user