mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-09 06:20:05 -06:00
set iconClass also on whole page clipping #2250
This commit is contained in:
@@ -93,6 +93,7 @@ function createNote(req) {
|
||||
|
||||
if (pageUrl) {
|
||||
note.setLabel('pageUrl', pageUrl);
|
||||
note.setLabel('iconClass', 'bx bx-globe');
|
||||
}
|
||||
|
||||
const rewrittenContent = processContent(images, note, content);
|
||||
|
||||
Reference in New Issue
Block a user