Fix keybind editing not working

This commit is contained in:
Linnea Gräf
2024-08-24 20:09:25 +02:00
parent 8ba16d8612
commit a690630816
2 changed files with 1 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ hotswap_agent = "1.4.2-SNAPSHOT"
mixinextras = "0.3.5" mixinextras = "0.3.5"
jarvis = "1.1.3" jarvis = "1.1.3"
nealisp = "1.0.0" nealisp = "1.0.0"
moulconfig = "3.0.0-beta.14" moulconfig = "3.0.0-beta.15"
hypixelmodapi = "1.0.1" hypixelmodapi = "1.0.1"
hypixelmodapi_fabric = "1.0.1+build.1+mc1.21" hypixelmodapi_fabric = "1.0.1+build.1+mc1.21"
manninghamMills = "2.4.1" manninghamMills = "2.4.1"

View File

@@ -49,7 +49,6 @@ open class FirmButtonComponent(
if (context.isHovered) { if (context.isHovered) {
action.run() action.run()
} }
blur()
return true return true
} }
} }