Kill mouse grab when killing focus

This commit is contained in:
DBotThePony 2023-01-27 11:46:15 +07:00
parent cbd40d03ee
commit 6ea1edd358
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -1125,6 +1125,8 @@ open class EditablePanel<out S : Screen> @JvmOverloads constructor(
killFocusInternal()
findAbsoluteRoot().updateFocus()
}
grabMouseInput = false
}
fun findHierarchicalFocus(): EditablePanel<*>? {