mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
-console.log
This commit is contained in:
parent
5be61e6142
commit
3944235592
@ -37,8 +37,6 @@ function returnImageInt(image, res) {
|
|||||||
let svgString = '<svg/>'
|
let svgString = '<svg/>'
|
||||||
const attachment = image.getAttachmentByTitle('canvas-export.svg');
|
const attachment = image.getAttachmentByTitle('canvas-export.svg');
|
||||||
|
|
||||||
console.log(attachment);
|
|
||||||
|
|
||||||
if (attachment) {
|
if (attachment) {
|
||||||
svgString = attachment.getContent();
|
svgString = attachment.getContent();
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user