fix(viewer): remove unnecessary debug method call in layout setup
This commit is contained in:
@@ -115,7 +115,6 @@ impl MMViewer {
|
|||||||
.flex_none()
|
.flex_none()
|
||||||
.bg(rgb(0xff00ff))
|
.bg(rgb(0xff00ff))
|
||||||
.child(wheel())
|
.child(wheel())
|
||||||
.debug()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fn focus_handle(&self, _: &App) -> FocusHandle {
|
fn focus_handle(&self, _: &App) -> FocusHandle {
|
||||||
|
|||||||
Reference in New Issue
Block a user