Fix crash when changing screen layout
This commit is contained in:
parent
3af5ec36b8
commit
6d6b89b522
|
@ -1,4 +1,5 @@
|
|||
<script>
|
||||
import { get } from "svelte/store"
|
||||
import { store, selectedComponent, currentAsset } from "builderStore"
|
||||
import { FrontendTypes } from "constants"
|
||||
import panelStructure from "./temporaryPanelStructure.js"
|
||||
|
|
Loading…
Reference in New Issue