mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
fix saving images from web clipper, closes #2249
This commit is contained in:
parent
50b7063811
commit
af40d73cee
@ -15,7 +15,7 @@ const htmlSanitizer = require('../../services/html_sanitizer');
|
||||
const {formatAttrForSearch} = require("../../services/attribute_formatter");
|
||||
|
||||
function findClippingNote(todayNote, pageUrl) {
|
||||
const notes = todayNote.searchNoteInSubtree(
|
||||
const notes = todayNote.searchNotesInSubtree(
|
||||
formatAttrForSearch({
|
||||
type: 'label',
|
||||
name: "pageUrl",
|
||||
|
Loading…
x
Reference in New Issue
Block a user