rev087/ng-inspector

Use event delegates for interaction with the panel UI

Open

#114 opened on 2015年5月26日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)JavaScript (787 stars) (100 forks)batch import
help wanted

説明

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.

コントリビューターガイド

Use event delegates for interaction with the panel UI · rev087/ng-inspector#114 | Good First Issue