KeyHandler // -keyLengthAtCurrentIndex.

This commit is contained in:
ShikiSuen 2022-07-22 14:44:10 +08:00
parent 905d648109
commit 73e072ae54
1 changed files with 0 additions and 6 deletions

View File

@ -400,12 +400,6 @@ class KeyHandler {
compositor.dropReading(direction: .front)
}
///
/// - Returns:
var keyLengthAtCurrentIndex: Int {
walkedAnchors[compositorCursorIndex].node.key.split(separator: "-").count
}
var nextPhrasePosition: Int {
var nextPosition = 0
for theAnchor in walkedAnchors {