rev087/ng-inspector

Use event delegates for interaction with the panel UI

Open

#114 建立於 2015年5月26日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)JavaScript (787 star) (100 fork)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