You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +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