Hide focus ring for unfocused layout and under interactive move

This commit is contained in:
Ivan Molodetskikh
2024-12-29 11:04:08 +03:00
parent d1998ae3fa
commit be05b66ac3
7 changed files with 33 additions and 9 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ impl TestCase for Layout {
self.layout
.monitor_for_output(&self.output)
.unwrap()
.render_elements(renderer, RenderTarget::Output)
.render_elements(renderer, RenderTarget::Output, true)
.map(|elem| Box::new(elem) as _)
.collect()
}