Skip to content

Commit f0ea906

Browse files
authored
Merge pull request #85 from IBMa/zhennan-reset
#1169 Children elements won’t be highlighted after clicking Reset button, and then same parent element.
2 parents 5f89739 + 743490a commit f0ea906

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

accessibility-checker-extension/src/ts/devtools/DevToolsPanelApp.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,8 @@ selectPath("${item.path.dom}");
309309
console.log('Could not select element, it may have moved');
310310
}
311311
});
312+
313+
this.onFilter(item.path.dom)
312314
}
313315
}
314316
}

0 commit comments

Comments
 (0)