Skip to content

Commit

Permalink
Fix: next button disabled when page complete (fixes #66)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverfoster authored Jun 10, 2024
2 parents e9cce27 + 033f5bc commit 09262e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/PageNavView.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class PageNavView extends ComponentView {
}

preRender() {
this.model.setupItemsModel();
this.listenTo(Adapt, 'remove', this.remove);
this.listenTo(Adapt.contentObjects, {
'change:_isComplete change:_isLocked': this.onContentObjectComplete
Expand Down

0 comments on commit 09262e5

Please sign in to comment.