mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-30 21:38:48 +01:00
This commit is contained in:
parent
62f69a9803
commit
1d2e0821fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue