mirror of
https://github.com/outline/outline.git
synced 2026-01-05 18:49:53 -06:00
* fix: include mermaid svgs in lightbox * Fixes: 1. Focus isn't restored back to mermaid code block when Lightbox is closed 2. Read-only mode requires extra click on to both open and close Lightbox for mermaid SVGs * fix: `zoom-in` cursor for SVGs * fix: make SVGs downloadable * fix: tsc * fix: graphite * fix: zoom-in should span the wrapper * fix: graphite * fix: name * fix: no need to re-render mermaid svg within lightbox fix: rely on `code-block` as the `svg` is updated upon doc change * fix: graphite * fix: lightbox crash when mermaid block is deleted * fix: render mermaid at pos `0` * fix: graphite * fix: refactor to simplify Lightbox * fix: graphite