| Index: sky/engine/core/events/EventDispatcher.cpp
|
| diff --git a/sky/engine/core/events/EventDispatcher.cpp b/sky/engine/core/events/EventDispatcher.cpp
|
| index 88ba7167b17beacf71fe5126d82ae62ee91ee41e..d5b1962728f70a4d3ffc4075602e5fa6fb35aad6 100644
|
| --- a/sky/engine/core/events/EventDispatcher.cpp
|
| +++ b/sky/engine/core/events/EventDispatcher.cpp
|
| @@ -79,9 +79,6 @@ void EventDispatcher::dispatchSimulatedClick(Node* node, Event* underlyingEvent,
|
| // the code from running into an infinite recursion of dispatchSimulatedClick().
|
| DEFINE_STATIC_LOCAL(OwnPtr<HashSet<RawPtr<Node> > >, nodesDispatchingSimulatedClicks, (adoptPtr(new HashSet<RawPtr<Node> >())));
|
|
|
| - if (isDisabledFormControl(node))
|
| - return;
|
| -
|
| if (nodesDispatchingSimulatedClicks->contains(node))
|
| return;
|
|
|
|
|