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 bf05cdb7a..8cea8bc95 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 @@ -901,7 +901,7 @@ open class EditablePanel @JvmOverloads constructor( popScissorRect() } - if (isHovered) { + if (isHovered || grabMouseInput) { cursorType.setTo() } }