Merge pull request #13513 from Budibase/fix-client-loading-issues
Restore render blocker around client apps until data is ready
This commit is contained in:
commit
ebd7f33330
|
@ -119,6 +119,7 @@
|
|||
{/if}
|
||||
</svelte:head>
|
||||
|
||||
{#if dataLoaded}
|
||||
<div
|
||||
id="spectrum-root"
|
||||
lang="en"
|
||||
|
@ -253,6 +254,7 @@
|
|||
{/if}
|
||||
</div>
|
||||
<KeyboardManager />
|
||||
{/if}
|
||||
|
||||
<style>
|
||||
#spectrum-root {
|
||||
|
|
Loading…
Reference in New Issue