mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-05-19 00:00:07 +08:00
Using display options with layoutCandidates. Fixes #1831
This commit is contained in:
@@ -215,6 +215,7 @@ class SimpleKeyboard {
|
||||
this.candidateBox = this.options.enableLayoutCandidates
|
||||
? new CandidateBox({
|
||||
utilities: this.utilities,
|
||||
options: this.options,
|
||||
})
|
||||
: null;
|
||||
|
||||
@@ -878,6 +879,7 @@ class SimpleKeyboard {
|
||||
this.candidateBox.destroy();
|
||||
this.candidateBox = new CandidateBox({
|
||||
utilities: this.utilities,
|
||||
options: this.options,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user