mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
-console.log
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user