Small fix.

This commit is contained in:
Adam Harrison 2021-08-11 18:38:36 -04:00
parent aa4d91a03f
commit acd122bc34
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ function Doc:merge_cursors(idx)
end
end
end
if #self.selections <= 4 then self.cursor_clipboard = {} end
end
local function selection_iterator(invariant, idx)