♻️ Código revisado con cargo fmt/clippy
This commit is contained in:
parent
f0e4aea672
commit
9cbf2f8142
10 changed files with 16 additions and 17 deletions
|
|
@ -188,7 +188,7 @@ impl ComponentTrait for MegaMenu {
|
|||
}
|
||||
|
||||
fn before_render(&mut self, rcx: &mut RenderContext) {
|
||||
before_render_inline(self, rcx);
|
||||
run_actions_before_render_component(self, rcx);
|
||||
}
|
||||
|
||||
fn default_render(&self, rcx: &mut RenderContext) -> Markup {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue