You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
Clipper: Fixes #2489: Fixed clipping of pages that contain images without sources (YouTube), and improved support for SVG graphics
This commit is contained in:
@ -24,7 +24,7 @@ class HtmlUtils {
|
||||
output.push(matches[2]);
|
||||
}
|
||||
|
||||
return output;
|
||||
return output.filter(url => !!url);
|
||||
}
|
||||
|
||||
replaceImageUrls(html, callback) {
|
||||
|
Reference in New Issue
Block a user