Audit all TODOs in Zed and mark port related todos
This commit is contained in:
parent
02ef6fc973
commit
c98d7adf83
4 changed files with 4 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue