Audit all TODOs in Zed and mark port related todos

This commit is contained in:
Mikayla 2024-01-09 22:22:59 -08:00
parent 02ef6fc973
commit c98d7adf83
No known key found for this signature in database
4 changed files with 4 additions and 3 deletions

View file

@ -1010,7 +1010,6 @@ impl EditorElement {
.chars_at(cursor_position)
.next()
.and_then(|(character, _)| {
// todo!() currently shape_line panics if text conatins newlines
let text = if character == '\n' {
SharedString::from(" ")
} else {