Browse Source

Merge branch 'develop' into network_performance_pullrequest

network_performance_pullrequest
yotamberk 7 years ago
committed by GitHub
parent
commit
0fdbf36c48
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      lib/timeline/component/ItemSet.js
  2. +1
    -0
      misc/we_need_help.md

+ 1
- 1
lib/timeline/component/ItemSet.js View File

@ -546,7 +546,7 @@ ItemSet.prototype.getVisibleItems = function() {
for (var groupId in this.groups) {
if (this.groups.hasOwnProperty(groupId)) {
var group = this.groups[groupId];
var rawVisibleItems = group.visibleItems;
var rawVisibleItems = group.isVisible ? group.visibleItems : [];
// filter the "raw" set with visibleItems into a set which is really
// visible by pixels

+ 1
- 0
misc/we_need_help.md View File

@ -16,3 +16,4 @@ If you have shown some commitment to the project you can ask [@ludost](//github.
* [@Tooa](//github.com/Tooa)
* [@eymiha](//github.com/eymiha)
* [@bradh](//github.com/bradh)
* [@wimrijnders](//github.com/wimrijnders)

Loading…
Cancel
Save