mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
This commit is contained in:
parent
474718e5ae
commit
fe6e9c68fc
4 changed files with 34 additions and 12 deletions
|
|
@ -17,7 +17,7 @@ import {Asset} from "../asset";
|
|||
import {Search} from "../search";
|
||||
import {Dock} from "./dock";
|
||||
import {focusByRange} from "../protyle/util/selection";
|
||||
import {hideElements} from "../protyle/ui/hideElements";
|
||||
import {hideAllElements, hideElements} from "../protyle/ui/hideElements";
|
||||
import {fetchPost} from "../util/fetch";
|
||||
import {hasClosestBlock, hasClosestByClassName} from "../protyle/util/hasClosest";
|
||||
import {getContenteditableElement} from "../protyle/wysiwyg/getBlock";
|
||||
|
|
@ -514,10 +514,7 @@ export const resizeTabs = () => {
|
|||
});
|
||||
});
|
||||
pdfResize();
|
||||
document.querySelectorAll(".protyle-gutters").forEach(item => {
|
||||
item.classList.add("fn__none");
|
||||
item.innerHTML = "";
|
||||
});
|
||||
hideAllElements(["gutter"])
|
||||
}, 200);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue