You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These methods seem to be missing from MouseEvent class:
public function preventDefault():Void;
public function remove():Void;
public function stopImmediatePropagation():Void;
public function stopPropagation():Void;
The text was updated successfully, but these errors were encountered:
These methods seem to be missing from MouseEvent class:
The text was updated successfully, but these errors were encountered: