mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -1645,7 +1645,7 @@ export class WYSIWYG {
|
||||
if (aElement && !event.altKey) {
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
const linkAddress = aElement.getAttribute("data-href");
|
||||
const linkAddress = Lute.UnEscapeHTMLStr(aElement.getAttribute("data-href"));
|
||||
/// #if MOBILE
|
||||
openByMobile(linkAddress);
|
||||
/// #else
|
||||
|
||||
Reference in New Issue
Block a user