Skip to content

Commit 19c0f29

Browse files
committed
feat: 压缩转义增加tab能力
1 parent b4406ce commit 19c0f29

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/app/json/stringify-parse/page.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -287,13 +287,7 @@ export default function Page() {
287287
});
288288
return;
289289
}
290-
291-
Modal.confirm({
292-
title: '是否清空内容!',
293-
onOk() {
294-
remove(targetKey);
295-
},
296-
});
290+
remove(targetKey);
297291
}
298292
};
299293

0 commit comments

Comments
 (0)