This commit is contained in:
parent
194af0e9d8
commit
28c217e7a2
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ export const renderBacklink = (protyle: IProtyle, backlinkData: {
|
|||
});
|
||||
protyle.wysiwyg.element.innerHTML = html;
|
||||
protyle.wysiwyg.element.querySelectorAll(".protyle-breadcrumb__bar .protyle-breadcrumb__item--active").forEach((item:HTMLElement) => {
|
||||
item.parentElement.scrollLeft = item.offsetLeft
|
||||
item.parentElement.scrollLeft = item.offsetLeft;
|
||||
});
|
||||
processRender(protyle.wysiwyg.element);
|
||||
highlightRender(protyle.wysiwyg.element);
|
||||
|
|
Loading…
Add table
Reference in a new issue