chore: 去除生成预览图时的标尺

This commit is contained in:
奔跑的面条
2022-05-28 17:58:07 +08:00
parent 79a2b98a1a
commit 9fae683d8b
2 changed files with 8 additions and 2 deletions
@@ -130,7 +130,7 @@ const clickHistoryHandle = (item: ItemType<HistoryStackEnum>) => {
// 返回首页
const goHomeHandle = () => {
goDialog({
message: '返回将不会保存任何操作',
message: '确定已保存了数据(Ctrl / ⌘ + S),并返回到首页吗?',
isMaskClosable: true,
onPositiveCallback: () => {
goHome()