debug removal, fixing selection

This commit is contained in:
Michael Freno
2025-11-08 22:54:49 -05:00
parent cf65ceabf0
commit 93a4750d54
3 changed files with 163 additions and 5 deletions

View File

@@ -469,11 +469,8 @@ end
--- Forward text input to focused element
---@param text string
function Gui.textinput(text)
print("[Gui.textinput] Received text:", text, "Focused element:", Gui._focusedElement)
if Gui._focusedElement then
Gui._focusedElement:textinput(text)
else
print("[Gui.textinput] No focused element!")
end
end