diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/panels/EditablePanel.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/panels/EditablePanel.kt index 789d77c3b..b7f42f508 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/panels/EditablePanel.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/panels/EditablePanel.kt @@ -1125,6 +1125,8 @@ open class EditablePanel @JvmOverloads constructor( killFocusInternal() findAbsoluteRoot().updateFocus() } + + grabMouseInput = false } fun findHierarchicalFocus(): EditablePanel<*>? {