mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
parent
6154d842b0
commit
907e210445
7 changed files with 11 additions and 39 deletions
|
|
@ -212,9 +212,6 @@ public:
|
|||
return result;
|
||||
}
|
||||
|
||||
/// The possible related target
|
||||
nsCOMPtr<dom::EventTarget> mRelatedTarget;
|
||||
|
||||
bool mFromRaise;
|
||||
bool mIsRefocus;
|
||||
|
||||
|
|
@ -222,7 +219,6 @@ public:
|
|||
{
|
||||
AssignUIEventData(aEvent, aCopyTargets);
|
||||
|
||||
mRelatedTarget = aCopyTargets ? aEvent.mRelatedTarget : nullptr;
|
||||
mFromRaise = aEvent.mFromRaise;
|
||||
mIsRefocus = aEvent.mIsRefocus;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue