mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2026-08-07 07:14:49 +00:00
4e9d15280d
The update to dompurify 3.2.4 broke the import of dompurify.sanitize, which now fails with a TypeScript error (likely related to the introduction of type definitions in 3.2.0). Using the DOMPurify default export fixes the issue. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>