feat: Add the ability to search emojis (#5928)
This commit is contained in:
parent
c3b6e1a732
commit
87ef39ad9c
9 changed files with 9529 additions and 74 deletions
|
@ -53,11 +53,12 @@ import { mixin as clickaway } from 'vue-clickaway';
|
|||
import ChatAttachmentButton from 'widget/components/ChatAttachment.vue';
|
||||
import ChatSendButton from 'widget/components/ChatSendButton.vue';
|
||||
import configMixin from '../mixins/configMixin';
|
||||
import EmojiInput from 'shared/components/emoji/EmojiInput';
|
||||
import FluentIcon from 'shared/components/FluentIcon/Index.vue';
|
||||
import ResizableTextArea from 'shared/components/ResizableTextArea';
|
||||
import darkModeMixin from 'widget/mixins/darkModeMixin.js';
|
||||
|
||||
const EmojiInput = () => import('shared/components/emoji/EmojiInput');
|
||||
|
||||
export default {
|
||||
name: 'ChatInputWrap',
|
||||
components: {
|
||||
|
@ -189,8 +190,8 @@ export default {
|
|||
}
|
||||
|
||||
.emoji-dialog {
|
||||
right: $space-smaller;
|
||||
top: -278px;
|
||||
right: 0;
|
||||
top: -302px;
|
||||
max-width: 100%;
|
||||
|
||||
&::before {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue