Skip to content

Commit e8d3c7f

Browse files
committed
Don't make a fuss about duplicate saving (codesandbox#2142)
1 parent db25e59 commit e8d3c7f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,10 +256,7 @@ export const saveCode = [
256256
],
257257

258258
error: [callVSCodeCallbackError],
259-
codeOutdated: [
260-
addNotification(props`message`, 'warning'),
261-
callVSCodeCallbackError,
262-
],
259+
codeOutdated: [callVSCodeCallback],
263260
},
264261
];
265262

0 commit comments

Comments
 (0)