:wip: Quick Save
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
import SettingsCard from '$lib/editor/settings-card.svelte';
|
||||
import QuizCard from '$lib/editor/card.svelte';
|
||||
import Spinner from './Spinner.svelte';
|
||||
import { elementSelection } from '$lib/stores.js';
|
||||
import ElementSelection from '$lib/editor/slides/element_selection.svelte';
|
||||
|
||||
let schemaInvalid = false;
|
||||
let yupErrorMessage = '';
|
||||
@@ -187,3 +189,7 @@
|
||||
</div>
|
||||
</form>
|
||||
{/await}
|
||||
|
||||
{#if $elementSelection.data === null}
|
||||
<ElementSelection />
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user