Skip to content

Commit

Permalink
docs(DynamicLocalRemoteRendering): Fix example to flush geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jan 10, 2023
1 parent 208b711 commit d0a1deb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def update_contour(contour_value, **kwargs):
style="max-width: 300px",
start="trigger('demoAnimateStart')",
end="trigger('demoAnimateStop')",
change=ctrl.view_update,
)
vuetify.VSwitch(
v_model="$vuetify.theme.dark",
Expand Down

0 comments on commit d0a1deb

Please sign in to comment.