mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-30 21:38:48 +01:00
This commit is contained in:
parent
6c35f9f07b
commit
03414a4e9e
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ export const reloadProtyle = (protyle: IProtyle, focus: boolean) => {
|
|||
protyle.wysiwyg.element.classList.remove("protyle-wysiwyg--attr");
|
||||
}
|
||||
if (protyle.title) {
|
||||
protyle.title.editElement.removeAttribute("data-render");
|
||||
protyle.title.element.setAttribute("spellcheck", window.siyuan.config.editor.spellcheck.toString());
|
||||
if (window.siyuan.config.editor.displayBookmarkIcon) {
|
||||
protyle.title.element.classList.add("protyle-wysiwyg--attr");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue