This commit is contained in:
Henry Jameson 2024-06-26 00:18:24 +03:00
parent e72552e75c
commit 7a8511f86c

View file

@ -207,7 +207,7 @@ const EmojiPicker = {
// Scroll the active tab's header into view
const headerRef = this.groupRefs['group-header-' + this.activeGroup]
if (!headerRef) {
console.err('ERROR IN HEADER SCROLL')
console.error('ERROR IN HEADER SCROLL')
return
}
const left = headerRef.offsetLeft