Urgent fix for chat scrolling
authorTheSaminator <TheSaminator@users.noreply.github.com>
Sun, 29 May 2022 23:36:22 +0000 (19:36 -0400)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Sun, 29 May 2022 23:36:22 +0000 (19:36 -0400)
src/jsMain/kotlin/starshipfights/game/game_ui.kt

index 0a6d7233f25f41c9f48447415b9860ef407ad665..99e1fbb0e2874e9efa3bb5831d8f47cfdfe0cce9 100644 (file)
@@ -364,7 +364,7 @@ object GameUI {
                                        }
                                }
                        }
-               }.last().scrollIntoView()
+               }.lastOrNull()?.scrollIntoView()
                
                val abilities = state.getPossibleAbilities(mySide)