Don't select screens as resources as they have no dedicated route
This commit is contained in:
parent
9869b0cbc8
commit
e1ffd6107c
|
@ -6,9 +6,6 @@
|
||||||
import { onDestroy } from "svelte"
|
import { onDestroy } from "svelte"
|
||||||
import LeftPanel from "./_components/LeftPanel.svelte"
|
import LeftPanel from "./_components/LeftPanel.svelte"
|
||||||
|
|
||||||
$: screenId = $store.selectedScreenId
|
|
||||||
$: store.actions.websocket.selectResource(screenId)
|
|
||||||
|
|
||||||
// Keep URL and state in sync for selected screen ID
|
// Keep URL and state in sync for selected screen ID
|
||||||
const stopSyncing = syncURLToState({
|
const stopSyncing = syncURLToState({
|
||||||
urlParam: "screenId",
|
urlParam: "screenId",
|
||||||
|
|
Loading…
Reference in New Issue