KeyHandler // Add extra comments.

This commit is contained in:
ShikiSuen 2022-06-22 12:07:25 +08:00
parent d96fc22840
commit ba9023cdbc
1 changed files with 5 additions and 0 deletions

View File

@ -201,6 +201,8 @@ class KeyHandler {
)
}
}
//
walk()
///
@ -253,6 +255,9 @@ class KeyHandler {
for currentNodeAnchor in arrNodes {
if let currentNode = currentNodeAnchor.node {
for currentCandidate in currentNode.candidates {
// / JIS
//
//
arrCandidates.append(currentCandidate.value)
}
}