fix reference to this.filterResults

Change-Id: I09f70b1b7d7150c4228373051e01b6204c3db875
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/336670
Reviewed-by: Spencer Olson <solson@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
QA-Review: Aaron Shafovaloff <ashafovaloff@instructure.com>
Product-Review: Aaron Shafovaloff <ashafovaloff@instructure.com>
This commit is contained in:
Aaron Shafovaloff 2024-01-04 09:05:37 -07:00
parent 222f5e0fcb
commit b1118e5158
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ export default class IndexView extends Backbone.View {
'click .reset-quiz-engine': 'resetQuizEngine',
}
this.prototype.keyUpSearch = debounce(() => {
this.prototype.keyUpSearch = debounce(function () {
this.filterResults()
return this.announceCount()
}, 200)