Fix incorrect state assignment when unbinding wanakana (#1573)

This commit is contained in:
toasted-nutbread 2021-03-29 18:46:32 -04:00 committed by GitHub
parent f58b4962f1
commit cbcfdcacaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,7 +235,7 @@ class SearchDisplayController {
} else {
if (this._wanakanaBound) {
wanakana.unbind(input);
this._wanakanaBound = true;
this._wanakanaBound = false;
}
}