mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
This commit is contained in:
parent
0ce4ee8a7a
commit
061213ca78
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ impl Trigger {
|
|||
let diagnostics = diagnostics!(self);
|
||||
|
||||
with_runtime(|runtime| {
|
||||
runtime.update_if_necessary(self.id);
|
||||
self.id.subscribe(runtime, diagnostics);
|
||||
})
|
||||
.is_ok()
|
||||
|
|
Loading…
Reference in a new issue