mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-27 10:46:09 +01:00
🎨 桌面端支持同时打开多个工作空间 https://github.com/siyuan-note/siyuan/issues/4567
This commit is contained in:
parent
7199b5b193
commit
04d59ef4a7
2 changed files with 8 additions and 4 deletions
|
|
@ -59,6 +59,10 @@ export const pathPosix = () => {
|
|||
return path;
|
||||
};
|
||||
|
||||
export const originalPath = () => {
|
||||
return path;
|
||||
};
|
||||
|
||||
export const getTopPaths = (liElements: Element[]) => {
|
||||
const fromPaths: string[] = [];
|
||||
liElements.forEach((item: HTMLElement) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue