1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

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