multiline textbox mode

This commit is contained in:
MihailRis
2024-02-26 15:12:02 +03:00
parent 925ef426de
commit 256808630b
11 changed files with 260 additions and 51 deletions
+1 -1
View File
@@ -355,7 +355,7 @@ void Hud::update(bool visible) {
setPause(true);
}
}
if (visible && Events::jactive(BIND_HUD_INVENTORY)) {
if (visible && !gui->isFocusCaught() && Events::jactive(BIND_HUD_INVENTORY)) {
if (!pause) {
if (inventoryOpen) {
closeInventory();