mirror of
https://github.com/LDDestroier/CC/
synced 2026-08-05 09:48:54 +00:00
Fixed copying empty lines...
This commit is contained in:
@@ -1015,7 +1015,7 @@ prompt = function(prebuffer, precy, maxY, _eldit)
|
||||
sortSelections()
|
||||
local id, selY
|
||||
for y = 1, #eldit.buffer do
|
||||
for x = 1, #eldit.buffer[y] do
|
||||
for x = 1, #eldit.buffer[y] + 1 do
|
||||
id = checkIfSelected(x, y)
|
||||
if id then
|
||||
selY = y - eldit.selections[id][1].y + 1
|
||||
|
||||
Reference in New Issue
Block a user