Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(module-inspector): changes v-for key from id to index (#625)
Using the index instead of the ID forces Golden Layout to repaint less as the gl-component isn't recreated each time. We don't really care if it isn't recreated in this case so it's okay to use index over ID.
- Loading branch information