update model and add form to dialogeditor

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-08-31 11:28:31 +02:00
parent 4e69d41984
commit 9fd29de26d
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0
3 changed files with 352 additions and 350 deletions

File diff suppressed because it is too large Load Diff

View File

@ -92,6 +92,7 @@
}
</script>
<form on:submit|preventDefault={()=>{}}>
<div class="header" class:dragover={dragover}
on:dragenter={ () => { dragover = true } }
on:dragover|preventDefault={ ()=>{} }
@ -127,6 +128,7 @@
</Grid>
</div>
</div>
</form>
<style lang="scss">
.header {

File diff suppressed because it is too large Load Diff