Fix navigating while moving between screens

This commit is contained in:
Andrew Kingston 2023-08-23 15:14:22 +01:00
parent 08d2074515
commit 4847cafd81
2 changed files with 0 additions and 3 deletions

View File

@ -225,7 +225,6 @@ export const getFrontendStore = () => {
// Select new screen
store.update(state => {
state.selectedScreenId = screen._id
state.selectedComponentId = "screen"
return state
})
},

View File

@ -151,8 +151,6 @@
}
return style
}
$: console.log($builderStore.selectedComponentId)
</script>
<div