Merge branch 'hj/2.7.1-fixes' into shigusegubu-themes3

This commit is contained in:
Henry Jameson 2024-08-14 16:10:41 +03:00
commit f8b0af62b2
57 changed files with 82 additions and 59 deletions

View file

@ -150,7 +150,9 @@ const EmojiPicker = {
},
showPicker () {
this.$refs.popover.showPopover()
this.onShowing()
this.$nextTick(() => {
this.onShowing()
})
},
hidePicker () {
this.$refs.popover.hidePopover()

View file

@ -89,6 +89,7 @@
class="emoji-groups"
:class="groupsScrolledClass"
:min-item-size="minItemSize"
:buffer="minItemSize"
:items="emojiItems"
:emit-update="true"
@update="onScroll"

View file

@ -300,7 +300,7 @@
opacity: 0.2;
}
.preview-container {
.theme-preview-container {
pointer-events: none;
zoom: 0.5;
border: none;