mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
jso: add missing scrollIntoView method to Element (#623)
This commit is contained in:
parent
d097350787
commit
fc9748ab06
|
@ -60,4 +60,6 @@ public interface Element extends Node {
|
|||
|
||||
@JSProperty
|
||||
String getTagName();
|
||||
|
||||
void scrollIntoView();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user