We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b95cf commit 11baa2cCopy full SHA for 11baa2c
packages/app/src/app/store/sequences.js
@@ -268,6 +268,10 @@ export const loadSandbox = factories.withLoadApp([
268
false: [
269
set(state`editor.isLoading`, true),
270
set(state`editor.notFound`, false),
271
+ // Only reset changed modules if sandbox wasn't in memory, otherwise a fork
272
+ // can mark real changed modules as unchanged
273
+ set(state`editor.changedModuleShortids`, []),
274
+
275
actions.getSandbox,
276
{
277
success: [
0 commit comments