Skip to content

Commit

Permalink
Fix: updated collection on _isVisible changes (fixes #239). (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielghost authored Nov 29, 2024
1 parent 188f34d commit 3d2bc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/PageLevelProgressNavigationView.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default class PageLevelProgressNavigationView extends NavigationButtonVie
'view:childAdded pageLevelProgress:update': this.refreshProgressBar,
'drawer:closed': this.drawerClosed
});
this.listenTo(data, 'change:_isLocked change:_isComplete', this.refreshProgressBar);
this.listenTo(data, 'change:_isLocked change:_isVisible change:_isComplete', this.refreshProgressBar);
}

addIndicator() {
Expand Down

0 comments on commit 3d2bc40

Please sign in to comment.