rev087/ng-inspector

Use event delegates for interaction with the panel UI

Open

#114 aperta il 26 mag 2015

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)JavaScript (100 fork)batch import
help wanted

Metriche repository

Star
 (787 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor