mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +00:00
update model and add form to dialogeditor
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
4e69d41984
commit
9fd29de26d
File diff suppressed because it is too large
Load Diff
@ -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
Loading…
Reference in New Issue
Block a user