Missing changes for multiline text
This commit is contained in:
parent
0c1540e531
commit
02c6b1b6c7
|
@ -113,7 +113,10 @@ function init()
|
|||
local tab = consoleTabBar:getCurrentTab()
|
||||
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
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue