fix: minor macos rendering issues caused be new line symbol
This commit is contained in:
parent
6f60b17010
commit
987b4dab9a
1 changed files with 3 additions and 3 deletions
|
@ -773,8 +773,8 @@ pub const Editor = struct {
|
|||
//_ = n.cell_load(c, "$") catch {};
|
||||
//_ = n.cell_load(c, " ") catch {};
|
||||
//_ = n.cell_load(c, "⏎") catch {};
|
||||
_ = n.cell_load(c, "") catch {};
|
||||
//_ = n.cell_load(c, "↩") catch {};
|
||||
// _ = n.cell_load(c, "") catch {};
|
||||
_ = n.cell_load(c, "↩") catch {};
|
||||
//_ = n.cell_load(c, "↲") catch {};
|
||||
//_ = n.cell_load(c, "⤶") catch {};
|
||||
//_ = n.cell_load(c, "") catch {};
|
||||
|
|
Loading…
Add table
Reference in a new issue