LibWeb: Change the parent interface of MouseEvent to UIEvent

This was accidentally set to Event
This commit is contained in:
Idan Horowitz 2021-10-01 19:31:25 +03:00 committed by Andreas Kling
parent ac25c28c43
commit b888d14e42
Notes: sideshowbarker 2024-07-18 03:13:52 +09:00

View File

@ -1,4 +1,4 @@
interface MouseEvent : Event {
interface MouseEvent : UIEvent {
readonly attribute double offsetX;
readonly attribute double offsetY;