1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:27:45 +00:00

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

View file

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