Skip to content

Commit f234390

Browse files
authored
Merge pull request #26 from jamiefdhurst/bugfix/notice-length
Update notice length to not dismiss after 5s
2 parents 896dc52 + 7360c32 commit f234390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notice.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ export class OrganiserNotice {
6262
return;
6363
}
6464

65-
new Notice(this.getFragment());
65+
new Notice(this.getFragment(), 0);
6666
}
6767
}

0 commit comments

Comments
 (0)