Fix incorrect field name (#665)
This commit is contained in:
parent
161888d9a3
commit
fc31e6fab5
@ -721,6 +721,6 @@ class DictionaryController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_preventPageExit() {
|
_preventPageExit() {
|
||||||
return this.settingsController.preventPageExit();
|
return this._settingsController.preventPageExit();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user