Skip to content

Commit c1a1c94

Browse files
committed
[drawio] fixed export as pdf
SQUASHED: drawio-fixed-export-button,
1 parent 685af8d commit c1a1c94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/widgets/lively-drawio.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,8 @@ export default class LivelyDrawio extends Morph {
417417
return key + "=" + config[key]
418418
}).join("&")
419419

420-
var convertToPDFRequest = fetch("https://exp.draw.io/ImageExport4/export", {
420+
// old: https://exp.draw.io/ImageExport4/export
421+
var convertToPDFRequest = fetch("https://convert.diagrams.net/node/export", {
421422
method: "POST",
422423
headers: {
423424
'Content-Type': 'application/x-www-form-urlencoded'

0 commit comments

Comments
 (0)