InputState // Simplify descriptions.

This commit is contained in:
ShikiSuen 2022-07-01 14:25:17 +08:00
parent 1e8a59ad85
commit d1f3197467
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ enum InputState {
}
override var description: String {
"<InputState.SymbolTable, candidates:\(candidates), isTypingVertical:\(isTypingVertical), composingBuffer:\(composingBuffer), cursorIndex:\(cursorIndex)>"
"<InputState.SymbolTable, candidates:\(candidates), isTypingVertical:\(isTypingVertical)>"
}
}
}