reset blink timer when a new cursor is created
This commit is contained in:
parent
f29b6d1cc8
commit
e5b2a7cbe8
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue