[frontend/components] Fix emoji picker scrolling page to top (ISH-476)

This commit is contained in:
Lilian 2024-09-12 02:40:15 +02:00
parent 5b1ab95b8c
commit 46243e48bb
No known key found for this signature in database

View file

@ -6,7 +6,7 @@ export function getPosition(ref){
}
export function openDialog(ref){
ref.show();
ref.setAttribute("open", "open");
}
export function closeDialog(ref){