Added paste
This commit is contained in:
@@ -193,6 +193,8 @@ function Input:blur()
|
||||
self:updateRender()
|
||||
end
|
||||
|
||||
--- @shortDescription Handles paste events
|
||||
--- @protected
|
||||
function Input:paste(content)
|
||||
if not self.get("focused") then return false end
|
||||
local text = self.get("text")
|
||||
|
||||
Reference in New Issue
Block a user