| Index: sky/engine/core/events/MouseEvent.cpp
|
| diff --git a/sky/engine/core/events/MouseEvent.cpp b/sky/engine/core/events/MouseEvent.cpp
|
| index f2845fd352097f645877b4abbecb092177f17796..f41819d61c33960f7555463a77beb7edb33ef699 100644
|
| --- a/sky/engine/core/events/MouseEvent.cpp
|
| +++ b/sky/engine/core/events/MouseEvent.cpp
|
| @@ -248,9 +248,6 @@ bool MouseEventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) cons
|
| return dispatcher->dispatch();
|
| }
|
|
|
| - if (isDisabledFormControl(dispatcher->node()))
|
| - return false;
|
| -
|
| if (event()->type().isEmpty())
|
| return true; // Shouldn't happen.
|
|
|
|
|