mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 13:03:27 +02:00
Missing changes for multiline text
This commit is contained in:
@@ -113,7 +113,10 @@ function init()
|
|||||||
local tab = consoleTabBar:getCurrentTab()
|
local tab = consoleTabBar:getCurrentTab()
|
||||||
if not tab then return false end
|
if not tab then return false end
|
||||||
|
|
||||||
g_window.setClipboardText(selectioText)
|
local selection = tab.tabPanel:getChildById('consoleBuffer').selectionText
|
||||||
|
if not selection then return false end
|
||||||
|
|
||||||
|
g_window.setClipboardText(selection)
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user