Don't select screens as resources as they have no dedicated route

This commit is contained in:
Andrew Kingston 2023-08-23 15:53:15 +01:00
parent 9869b0cbc8
commit e1ffd6107c
1 changed files with 0 additions and 3 deletions

View File

@ -6,9 +6,6 @@
import { onDestroy } from "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
const stopSyncing = syncURLToState({
urlParam: "screenId",