Skip to content

Commit dbd4e14

Browse files
committed
Merge branch 'v1.8.0.1' into v1.8.1.3
2 parents d2ecf56 + 038b756 commit dbd4e14

File tree

1 file changed

+2
-2
lines changed
  • projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window

1 file changed

+2
-2
lines changed

projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/WebWindowManager.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ class WebWindowManager(private val stateMachine: ClientStateMachine, override va
5656

5757
// todo: remove SUPPRESS after KT-8112 is implemented or KTIJ-15401 is solved in some other way
5858
private fun onDeactivated(@Suppress("UNUSED_PARAMETER") event: FocusEvent) {
59-
val windowIds = visibleWindows.map { it.id }
60-
stateMachine.fire(ClientAction.AddEvent(ClientWindowsDeactivationEvent(windowIds)))
59+
// val windowIds = visibleWindows.map { it.id }
60+
// stateMachine.fire(ClientAction.AddEvent(ClientWindowsDeactivationEvent(windowIds)))
6161
}
6262

6363
private val windows = mutableMapOf<Int, WebWindow>()

0 commit comments

Comments
 (0)