mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +00:00
Fix html notif bug. Fixes #254
This commit is contained in:
parent
479b0f1163
commit
0565caf1b6
1 changed files with 1 additions and 0 deletions
|
@ -591,6 +591,7 @@ export function messageToastify(info: NotifyInfo, router: any) {
|
|||
gravity: "top",
|
||||
position: "right",
|
||||
duration: 5000,
|
||||
escapeMarkup: false,
|
||||
onClick: () => {
|
||||
if (toast) {
|
||||
toast.hideToast();
|
||||
|
|
Loading…
Reference in a new issue