Skip to content

Commit

Permalink
fix: animation should have v-else
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Nov 24, 2023
1 parent 682ce62 commit 91fef9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solara/server/templates/loader-plain.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1>{{ loading_text }}</h1>
</v-card-title>
</v-card>
</div>
<div style="isolation: isolate">
<div v-else style="isolation: isolate">
<jupyter-widget-mount-point v-if="!loading" mount-id="solara-main">
A widget with mount-id="solara-main" should go here
</jupyter-widget-mount-point>
Expand Down

0 comments on commit 91fef9d

Please sign in to comment.