fix: clear query params on web only, desktop not required
This commit is contained in:
@ -147,7 +147,8 @@ export function SystemIOMachineLogicListenerDesktop() {
|
||||
useApplicationProjectDirectory()
|
||||
useDefaultProjectName()
|
||||
useWatchingApplicationProjectDirectory()
|
||||
useClearQueryParams()
|
||||
// Gotcha: not required on desktop right now.
|
||||
/* useClearQueryParams() */
|
||||
|
||||
return null
|
||||
}
|
||||
|
@ -410,6 +410,7 @@ export const systemIOMachine = setup({
|
||||
}
|
||||
},
|
||||
}),
|
||||
assign({ clearURLParams:{value:true}})
|
||||
],
|
||||
},
|
||||
onError: {
|
||||
|
Reference in New Issue
Block a user