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",
|
gravity: "top",
|
||||||
position: "right",
|
position: "right",
|
||||||
duration: 5000,
|
duration: 5000,
|
||||||
|
escapeMarkup: false,
|
||||||
onClick: () => {
|
onClick: () => {
|
||||||
if (toast) {
|
if (toast) {
|
||||||
toast.hideToast();
|
toast.hideToast();
|
||||||
|
|
Loading…
Reference in a new issue