mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
Co-authored-by: Lazić <markolazic@protonmail.com>
This commit is contained in:
parent
a07e9aade4
commit
cec6b92e42
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ impl VNode {
|
||||||
let entry = dom.mounts.vacant_entry();
|
let entry = dom.mounts.vacant_entry();
|
||||||
let mount = MountId(entry.key());
|
let mount = MountId(entry.key());
|
||||||
self.mount.set(mount);
|
self.mount.set(mount);
|
||||||
tracing::info!(?self, ?mount, "creating template");
|
tracing::trace!(?self, ?mount, "creating template");
|
||||||
entry.insert(VNodeMount {
|
entry.insert(VNodeMount {
|
||||||
node: self.clone_mounted(),
|
node: self.clone_mounted(),
|
||||||
parent,
|
parent,
|
||||||
|
|
Loading…
Reference in a new issue