minor: This comment was resolved.

This commit is contained in:
Blaž Hrastnik 2021-04-08 14:25:04 +09:00
parent b1290ee609
commit 58c5fec592

View file

@ -1427,8 +1427,6 @@ fn _paste(doc: &mut Document, view: &View, action: Paste) -> Option<Transaction>
let mut values = values.into_iter().map(Tendril::from).chain(repeat);
// paste on the next line
// TODO: can simply take a range + modifier and compute the right pos without ifs
let text = doc.text();
let transaction =