minor: This comment was resolved.
This commit is contained in:
parent
b1290ee609
commit
58c5fec592
1 changed files with 0 additions and 2 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Reference in a new issue