Skip to content

Commit 767484c

Browse files
authored
change time (#228)
1 parent a0a6082 commit 767484c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/obsidian/src/utils/createNode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export const createDiscourseNodeFile = async ({
9494
app.workspace.openLinkText(formattedNodeName, "", false);
9595
});
9696

97-
new Notice(notice, 4000);
97+
new Notice(notice, 10000);
9898

9999
return newFile;
100100
} catch (error) {

0 commit comments

Comments
 (0)