Render code actions indicator
Co-Authored-By: Nathan <nathan@zed.dev>
This commit is contained in:
parent
cfee1401ed
commit
5d15886675
8 changed files with 225 additions and 126 deletions
|
@ -1060,6 +1060,8 @@ impl<'a> WindowContext<'a> {
|
|||
self.text_system().start_frame();
|
||||
|
||||
let window = &mut *self.window;
|
||||
window.layout_engine.clear();
|
||||
|
||||
mem::swap(&mut window.previous_frame, &mut window.current_frame);
|
||||
let frame = &mut window.current_frame;
|
||||
frame.element_states.clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue