debug removal, fixing selection
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user