mirror of
https://github.com/laurent22/joplin.git
synced 2025-02-04 19:16:07 +02:00
Desktop: Fixes #8706: Pasting a resource in Rich Text editor breaks the resource link
This commit is contained in:
parent
b452a0a870
commit
8696ae1bb6
@ -1,4 +1,5 @@
|
||||
import { htmlentities } from '@joplin/utils/html';
|
||||
const Entities = require('html-entities').AllHtmlEntities;
|
||||
const htmlentities = new Entities().encode;
|
||||
import { fileUriToPath } from '@joplin/utils/url';
|
||||
const htmlparser2 = require('@joplin/fork-htmlparser2');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user