Render basic diagnostic messages in project diagnostics view
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
parent
ad05c0cc7a
commit
e1a2897d53
4 changed files with 145 additions and 98 deletions
|
@ -590,11 +590,6 @@ impl Editor {
|
|||
scroll_position.y() - self.scroll_top_anchor.to_display_point(&map).row() as f32,
|
||||
);
|
||||
|
||||
debug_assert_eq!(
|
||||
compute_scroll_position(&map, self.scroll_position, &self.scroll_top_anchor),
|
||||
scroll_position
|
||||
);
|
||||
|
||||
cx.notify();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue