Fix build

This commit is contained in:
James Lyne 2022-01-14 14:38:58 +00:00
parent 715aa8bd55
commit d1edad952e

View File

@ -26,7 +26,9 @@ import {
import {notify} from "@kyvg/vue3-notification";
import {globalMessages, serverMessages} from "../messages";
const headCache = new Map<string, HTMLImageElement>(),
const documentRange = document.createRange(),
brToSpaceRegex = /<br \/>/g,
headCache = new Map<string, HTMLImageElement>(),
headUnresolvedCache = new Map<string, Promise<HTMLImageElement>>(),
headsLoading = new Set<string>(),