Skip to content

Commit

Permalink
feat: 压缩转义增加tab能力
Browse files Browse the repository at this point in the history
  • Loading branch information
Rain120 committed Dec 23, 2024
1 parent b4406ce commit 19c0f29
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/app/json/stringify-parse/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -287,13 +287,7 @@ export default function Page() {
});
return;
}

Modal.confirm({
title: '是否清空内容!',
onOk() {
remove(targetKey);
},
});
remove(targetKey);
}
};

Expand Down

0 comments on commit 19c0f29

Please sign in to comment.