Compare commits
2 commits
b605fc87fc
...
7f10e94488
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f10e94488 | |||
| ae66feefec |
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
|
||||
var forwardIndex = index + 1
|
||||
var foundSeparator = false
|
||||
|
||||
while (forwardIndex < tuos.size) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue