mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 15:40:12 +01:00
💄
This commit is contained in:
parent
99ec5c10a4
commit
a11ea9c347
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ export const avRender = (element: Element, protyle: IProtyle, cb?: () => void) =
|
||||||
}
|
}
|
||||||
let time: number;
|
let time: number;
|
||||||
if (e.firstElementChild.innerHTML === "") {
|
if (e.firstElementChild.innerHTML === "") {
|
||||||
e.style.width = e.parentElement.clientWidth - 40 + "px";
|
e.style.width = e.parentElement.clientWidth - parseInt(e.parentElement.style.paddingLeft || "0") - parseInt(e.parentElement.style.paddingRight || "0") + "px";
|
||||||
time = new Date().getTime();
|
time = new Date().getTime();
|
||||||
let html = "";
|
let html = "";
|
||||||
[1, 2, 3].forEach(() => {
|
[1, 2, 3].forEach(() => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue