Vanessa 2025-04-03 22:29:43 +08:00
parent 094138b498
commit 95c666cdd3

View file

@ -271,7 +271,7 @@ export class Protyle {
this.protyle.block.rootID = options.blockId;
renderBacklink(this.protyle, options.backlinkData);
// 为了满足 eventPath0.style.paddingLeft 从而显示块标 https://github.com/siyuan-note/siyuan/issues/11578
this.protyle.wysiwyg.element.style.paddingLeft = "16px";
this.protyle.wysiwyg.element.style.padding = "4px 16px 4px 24px";
return;
}
if (!options.blockId) {