mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-12 02:04:20 +01:00
🎨 ¥¥
This commit is contained in:
parent
9fe5b6cb94
commit
fa9c0b0ffa
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ export const input = async (protyle: IProtyle, blockElement: HTMLElement, range:
|
|||
return;
|
||||
}
|
||||
// https://github.com/siyuan-note/siyuan/issues/9015
|
||||
if (trimStartText === "¥¥<wbr>") {
|
||||
if (trimStartText === "¥¥<wbr>" || trimStartText === "¥¥<wbr>") {
|
||||
editElement.innerHTML = "$$<wbr>";
|
||||
}
|
||||
const refElement = hasClosestByAttribute(range.startContainer, "data-type", "block-ref");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue