oops
This commit is contained in:
parent
e72552e75c
commit
7a8511f86c
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ const EmojiPicker = {
|
||||||
// Scroll the active tab's header into view
|
// Scroll the active tab's header into view
|
||||||
const headerRef = this.groupRefs['group-header-' + this.activeGroup]
|
const headerRef = this.groupRefs['group-header-' + this.activeGroup]
|
||||||
if (!headerRef) {
|
if (!headerRef) {
|
||||||
console.err('ERROR IN HEADER SCROLL')
|
console.error('ERROR IN HEADER SCROLL')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
const left = headerRef.offsetLeft
|
const left = headerRef.offsetLeft
|
||||||
|
|
Loading…
Add table
Reference in a new issue