We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb5645 commit 9cbb1f1Copy full SHA for 9cbb1f1
src/components/MDX/Sandpack/NavigationBar.tsx
@@ -111,14 +111,10 @@ export function NavigationBar({providedFiles}: {providedFiles: Array<string>}) {
111
*
112
* Plus, it should only prompt if there's any file changes
113
*/
114
-<<<<<<< HEAD
115
if (
116
sandpack.editorState === 'dirty' &&
117
confirm('모든 수정 사항이 초기화됩니다. 계속하시겠습니까?')
118
) {
119
-=======
120
- if (sandpack.editorState === 'dirty' && confirm('Clear all your edits?')) {
121
->>>>>>> 0d05d9b6ef0f115ec0b96a2726ab0699a9ebafe1
122
sandpack.resetAllFiles();
123
}
124
refresh();
0 commit comments