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 3a26239bf..144f850b5 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 @@ -456,7 +456,7 @@ open class EditablePanel @JvmOverloads constructor( mouseY >= absoluteY && mouseY <= absoluteY + height - return hit + return hit || isHovered } isHovered =