KeyHandler // Connect maxSpanLength.

This commit is contained in:
ShikiSuen 2022-08-23 21:42:29 +08:00
parent ea0bdda3b5
commit ae38bb7915
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ public class KeyHandler {
/// ///
public init() { public init() {
///
Megrez.Compositor.maxSpanLength = mgrPrefs.maxCandidateLength
/// ensureCompositor() /// ensureCompositor()
compositor = Megrez.Compositor(with: currentLM, separator: "-") compositor = Megrez.Compositor(with: currentLM, separator: "-")
/// ///