[frontend/components] Fix emoji picker scrolling page to top (ISH-476)
This commit is contained in:
parent
5b1ab95b8c
commit
46243e48bb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ export function getPosition(ref){
|
|||
}
|
||||
|
||||
export function openDialog(ref){
|
||||
ref.show();
|
||||
ref.setAttribute("open", "open");
|
||||
}
|
||||
|
||||
export function closeDialog(ref){
|
||||
|
|
Loading…
Add table
Reference in a new issue