mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-08 02:17:04 +00:00
perf: 优化输入框功能提示
This commit is contained in:
parent
96e7913ae4
commit
d1fb538e75
@ -455,9 +455,6 @@ export default {
|
||||
} else if (this.rangeIndex > 0) {
|
||||
this.quill.setSelection(this.rangeIndex)
|
||||
}
|
||||
if (!val && this.$refs.emojiTip) {
|
||||
this.$refs.emojiTip.updatePopper()
|
||||
}
|
||||
this.$emit('on-emoji-visible-change', val)
|
||||
},
|
||||
|
||||
@ -465,9 +462,6 @@ export default {
|
||||
if (val) {
|
||||
this.showEmoji = false;
|
||||
}
|
||||
if (!val && this.$refs.moreTip) {
|
||||
this.$refs.moreTip.updatePopper()
|
||||
}
|
||||
this.$emit('on-more-visible-change', val)
|
||||
},
|
||||
|
||||
|
||||
@ -86,7 +86,8 @@
|
||||
align-items: center;
|
||||
> em {
|
||||
font-style: normal;
|
||||
padding-left: 4px;
|
||||
padding: 0 4px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
.user-drop-check {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user