mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 00:50:13 +01:00
This commit is contained in:
parent
092035c564
commit
a9e10886c6
3 changed files with 23 additions and 23 deletions
|
|
@ -25,6 +25,7 @@ import {getContenteditableElement} from "../protyle/wysiwyg/getBlock";
|
|||
import {Constants} from "../constants";
|
||||
import {openSearch} from "../search/spread";
|
||||
import {saveScroll} from "../protyle/scroll/saveScroll";
|
||||
import {pdfResize} from "../asset/renderAssets";
|
||||
|
||||
export const setPanelFocus = (element: Element) => {
|
||||
if (element.classList.contains("block__icons--active") || element.classList.contains("layout__wnd--active")) {
|
||||
|
|
@ -429,6 +430,7 @@ export const resizeTabs = () => {
|
|||
}, 200);
|
||||
}
|
||||
});
|
||||
pdfResize();
|
||||
};
|
||||
|
||||
export const copyTab = (tab: Tab) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue