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

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