require improvements, remove global Util
This commit is contained in:
@@ -46,7 +46,7 @@ if not clipboard then
|
||||
|
||||
function clipboard.getText()
|
||||
if clipboard.data then
|
||||
return Util.tostring(clipboard.data)
|
||||
return tostring(clipboard.data)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user