InputState // Simplify descriptions.

This commit is contained in:
ShikiSuen 2022-07-01 14:25:17 +08:00
parent e477320df9
commit 7265d96cc4
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)>"
}
}
}