Skip to content

Commit

Permalink
add notify(img) doc for in-place Observable update (#3195)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf authored Aug 31, 2023
1 parent e4e50d1 commit 48fa1f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/explanations/nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ nothing # hide
```
\show{code3}
!!! note
If you updated the `Observable` using in-place syntax (e.g. `img[] .= colorant"red"`), you need to manually
`notify(img)` to trigger the function.
!!! note
All registered functions in a `Observable` are executed synchronously in the order of registration.
Expand Down

0 comments on commit 48fa1f9

Please sign in to comment.