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
{{ message }}
This repository was archived by the owner on Feb 2, 2023. It is now read-only.
_controlEventDispatchTable = [[NSMutableDictionaryalloc] initWithCapacity:kASControlNodeEventDispatchTableInitialCapacity]; // enough to handle common types without re-hashing the dictionary when adding entries.
263
263
264
264
// only show tap-able areas for views with 1 or more addTarget:action: pairs
265
-
if ([ASControlNode enableHitTestDebug]) {
265
+
if ([ASControlNode enableHitTestDebug] && _debugHighlightOverlay == nil) {
266
266
ASPerformBlockOnMainThread(^{
267
267
// add a highlight overlay node with area of ASControlNode + UIEdgeInsets
0 commit comments