mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
This commit is contained in:
parent
f7ce3e0907
commit
d47e52e60a
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ export const highlightRender = (element: Element, cdn = Constants.PROTYLE_CDN) =
|
|||
// windows 需等待字体下载完成再计算,否则导致不换行,高度计算错误
|
||||
// https://github.com/siyuan-note/siyuan/issues/9029
|
||||
lineNumberRender(block);
|
||||
}, Constants.TIMEOUT_DBLCLICK);
|
||||
}, block.getAttribute("contenteditable") === "true" ? 0 : Constants.TIMEOUT_DBLCLICK);
|
||||
if (languageElement) {
|
||||
languageElement.style.marginLeft = "3.6em";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue