Fix incorrect field name (#665)

This commit is contained in:
toasted-nutbread 2020-07-14 21:58:53 -04:00 committed by GitHub
parent 161888d9a3
commit fc31e6fab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -721,6 +721,6 @@ class DictionaryController {
}
_preventPageExit() {
return this.settingsController.preventPageExit();
return this._settingsController.preventPageExit();
}
}