Skip to content

Commit 18251ca

Browse files
committed
Live: don't manually set code after receiving a save
Could potentially fix codesandbox#699
1 parent d51dbf5 commit 18251ca

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/app/src/app/store/modules/live/sequences.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,8 @@ export const handleMessage = [
159159
true: [],
160160
false: [
161161
actions.consumeModule,
162-
actions.setReceivingStatus,
163162
set(props`shortid`, props`moduleShortid`),
164-
set(props`code`, props`module.code`),
165-
changeCode,
166163
setModuleSaved,
167-
actions.unSetReceivingStatus,
168164
],
169165
},
170166
],

0 commit comments

Comments
 (0)