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.

贡献者指南