rev087/ng-inspector
View on GitHubUse event delegates for interaction with the panel UI
Open
#114 opened on May 26, 2015
help wanted
Repository metrics
- Stars
- (787 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Currently, each clickable element in the inspector UI adds it's own event listener. An optimization opportunity here is to replace this mechanic with a single delegate event on the parent node.
This would also fix the second half of #113.