Skip to content

Commit 7c2984b

Browse files
author
Leandro Ferreira
committed
fixing keyboard events
1 parent 20164dc commit 7c2984b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

writeopia_ui/src/commonMain/kotlin/io/writeopia/ui/manager/WriteopiaStateManager.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ class WriteopiaStateManager(
8686
selectionBuffer.events.collect { (selected, position) ->
8787
selected(selected, position)
8888
}
89+
}
8990

91+
coroutineScope.launch {
9092
keyboardEventFlow
9193
.onEach { delay(60) }
9294
.collect { event ->

0 commit comments

Comments
 (0)