mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
small refactorings of clipper code
This commit is contained in:
@@ -57,5 +57,7 @@ function sanitize(dirtyHtml) {
|
||||
|
||||
module.exports = {
|
||||
sanitize,
|
||||
sanitizeUrl
|
||||
sanitizeUrl: url => {
|
||||
return sanitizeUrl(url).trim();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user