mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 18:35:32 +00:00
Removes post-accept BSKP swallowing
This commit is contained in:
parent
bbb1301b55
commit
2e4d42e164
1 changed files with 3 additions and 4 deletions
|
|
@ -657,13 +657,12 @@ namespace com.keyman.osk {
|
|||
tryRevert: () => boolean = function(this: SuggestionManager): boolean {
|
||||
if(this.recentAccept) {
|
||||
this.showRevert();
|
||||
return false;
|
||||
this.swallowPrediction = true;
|
||||
} else if(this.doRevert) {
|
||||
this.doRevert = false;
|
||||
return true;
|
||||
} else {
|
||||
return true;
|
||||
}
|
||||
|
||||
return true;
|
||||
}.bind(this);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue