Compare commits
No commits in common. "7f10e944886dab96d5743de985c314f1ffdf202f" and "b605fc87fc0d36b4386ad57281dd8101e87831b4" have entirely different histories.
7f10e94488
...
b605fc87fc
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ class SharedScreenModel(private val fileRepository: FileRepository) : ScreenMode
|
|||
}
|
||||
}
|
||||
} else if(isRit.containsMatchIn(markerText)) {
|
||||
var forwardIndex = index + 1
|
||||
var forwardIndex = index
|
||||
var foundSeparator = false
|
||||
|
||||
while (forwardIndex < tuos.size) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue