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