Actualiza y sanea piezas de código sensible

This commit is contained in:
Manuel Cillero 2022-03-01 22:15:41 +01:00
parent db3efa9ef9
commit cac4c2f102
9 changed files with 29 additions and 29 deletions

View file

@ -80,7 +80,7 @@ pub trait Theme: Send + Sync {
/*
Cómo usarlo:
match component.handle() {
match component.name() {
"block" => {
let block = component.downcast_mut::<Block>().unwrap();
match block.template() {