mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-09 16:54:21 +01:00
🚨
This commit is contained in:
parent
bbb1abb7c6
commit
af35b8ba57
17 changed files with 37 additions and 43 deletions
|
|
@ -1616,7 +1616,7 @@ export class Gutter {
|
|||
click: () => {
|
||||
this.genClick(nodeElements, protyle, (e: HTMLElement) => {
|
||||
if (e.classList.contains("av")) {
|
||||
e.style.margin = ""
|
||||
e.style.margin = "";
|
||||
resizeAV(e);
|
||||
} else {
|
||||
e.style.textAlign = "left";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue