mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-27 02:02:47 +01:00
afaef
This commit is contained in:
@@ -758,7 +758,7 @@ local function createWindow()
|
||||
end
|
||||
elseif eventData[1] == "clipboard" then
|
||||
local lines = {}
|
||||
for line in data:gmatch("(.+)\n") do
|
||||
for line in eventData[3]:gmatch("(.+)\n") do
|
||||
table.insert(lines, removeTabs(line))
|
||||
end
|
||||
paste({eventData[3]})
|
||||
|
||||
Reference in New Issue
Block a user