@zuplo/editor 1.0.27971655435 → 1.0.27972698811
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/index.html +0 -8
- package/package.json +1 -1
package/dist/client/index.html
CHANGED
|
@@ -134,14 +134,6 @@
|
|
|
134
134
|
</style>
|
|
135
135
|
You need to enable JavaScript to run this app.
|
|
136
136
|
</noscript>
|
|
137
|
-
<!-- App-shell loader (brand disc). It lives OUTSIDE #zuplo-portal so React's
|
|
138
|
-
createRoot never clears or re-creates it: the element mounts once at page
|
|
139
|
-
load and the app only toggles its `data-active` attribute to show/hide
|
|
140
|
-
it. Because it's never re-mounted, its CSS pulse animation runs
|
|
141
|
-
continuously and can't restart from any React re-render/Suspense churn.
|
|
142
|
-
CSS + markup are a single source of truth in src/theme/appLoader.ts,
|
|
143
|
-
injected here by the html-env Vite plugin; visibility is driven from
|
|
144
|
-
React via setAppLoaderActive() in LoaderProvider. -->
|
|
145
137
|
<div
|
|
146
138
|
id="zuplo-app-loader"
|
|
147
139
|
class="zuplo-app-loader-screen"
|