Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oeyoews committed Apr 2, 2024
1 parent ff3a5d1 commit 2fef17e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/save2TiddlyWiki.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ const save2TiddlyWiki = async (
},
});

// 条目已存在的情况
if (oldTiddler?.text === text) {
notify({
message: h('div', [
Expand Down

0 comments on commit 2fef17e

Please sign in to comment.