Merge pull request #323 from lite-xl/liquidev-multicursor-reset-blink

Reset blink timer when a new cursor is created
This commit is contained in:
Adam 2021-07-04 19:31:40 -04:00 committed by GitHub
commit 1a87d0e4fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 6 deletions

View File

@ -74,6 +74,7 @@ local function split_cursor(direction)
end
end
for i,v in ipairs(new_cursors) do doc():add_selection(v[1], v[2]) end
core.blink_reset()
end
local commands = {