You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
Clipper: Minor fixes
This commit is contained in:
@@ -52,6 +52,7 @@ const htmlUtils = {
|
||||
|
||||
for (const anchor of anchors) {
|
||||
const href = anchor.getAttribute('href');
|
||||
if (!href) continue;
|
||||
const newHref = urlUtils.prependBaseUrl(href, baseUrl);
|
||||
anchor.setAttribute('href', newHref);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user