Merge
This commit is contained in:
parent
f0e7f481de
commit
447523a4b8
|
@ -6,7 +6,7 @@
|
|||
import { findComponent } from "builderStore/componentUtils"
|
||||
import ComponentSettingsPanel from "./_components/Component/ComponentSettingsPanel.svelte"
|
||||
import NavigationPanel from "./_components/Navigation/index.svelte"
|
||||
import ScreenSettingsPanel from "./_components/Screen/SettingsPanel.svelte"
|
||||
import ScreenSettingsPanel from "./_components/Screen/index.svelte"
|
||||
|
||||
$: componentId = $store.selectedComponentId
|
||||
$: store.actions.websocket.selectResource(componentId)
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 9c564edb37cb619cb5971e10c4317fa6e7c5bb00
|
||||
Subproject commit 06a28b18a409cc12e9e8a5b69a094adcc6babd5a
|
Loading…
Reference in New Issue