Merge pull request #256 from LemmyNet/html_notif_fix

Html notif fix
This commit is contained in:
Dessalines 2021-04-08 22:05:41 -04:00 committed by GitHub
commit 873c748dd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -591,6 +591,7 @@ export function messageToastify(info: NotifyInfo, router: any) {
gravity: "top",
position: "right",
duration: 5000,
escapeMarkup: false,
onClick: () => {
if (toast) {
toast.hideToast();