unneeded context reset

This commit is contained in:
Peter Clement 2025-02-12 12:21:54 +00:00
parent 5ca1f17d74
commit 3ae5444447
1 changed files with 0 additions and 3 deletions

View File

@ -111,9 +111,6 @@ export class ScreenStore extends BudiStore<ScreenState> {
return
}
// When we select a screen, we want to clear the url binding test value
previewStore.updateUrl({ route: screen.routing.route, testValue: "" })
// Select new screen
this.update(state => {
state.selectedScreenId = screen._id