mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-08 09:34:16 +00:00
Fix html notif bug. Fixes #254
This commit is contained in:
parent
16d81ec090
commit
005631b038
|
@ -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