mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:37:34 +00:00
LibWeb: Change the parent interface of MouseEvent to UIEvent
This was accidentally set to Event
This commit is contained in:
parent
ac25c28c43
commit
b888d14e42
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
interface MouseEvent : Event {
|
||||
interface MouseEvent : UIEvent {
|
||||
|
||||
readonly attribute double offsetX;
|
||||
readonly attribute double offsetY;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue