mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +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
Notes:
sideshowbarker
2024-07-18 03:13:52 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/b888d14e42b Pull-request: https://github.com/SerenityOS/serenity/pull/10299
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
Reference in a new issue