mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-13 04:20:05 +02:00
feat: adds support for stackblitz.com embeds (#6813)
feat: adds stackblitz.com embeds
This commit is contained in:
@@ -52,6 +52,7 @@ const ALLOWED_DOMAINS = new Set([
|
||||
"link.excalidraw.com",
|
||||
"gist.github.com",
|
||||
"twitter.com",
|
||||
"stackblitz.com",
|
||||
]);
|
||||
|
||||
const createSrcDoc = (body: string) => {
|
||||
|
Reference in New Issue
Block a user