Skip to content

Commit d17062f

Browse files
authored
Don't make a fuss about duplicate saving (codesandbox#2142)
1 parent 8ff12e8 commit d17062f

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
@@ -259,10 +259,7 @@ export const saveCode = [
259259
],
260260

261261
error: [callVSCodeCallbackError],
262-
codeOutdated: [
263-
addNotification(props`message`, 'warning'),
264-
callVSCodeCallbackError,
265-
],
262+
codeOutdated: [callVSCodeCallback],
266263
},
267264
];
268265

0 commit comments

Comments
 (0)