mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-11 23:22:33 +01:00
💚
This commit is contained in:
parent
2e85978e05
commit
5f03df576a
2 changed files with 8 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import {isWindow} from "../util/functions";
|
||||
import {Wnd} from "../layout/Wnd";
|
||||
import {Layout} from "../layout";
|
||||
import {getCurrentWindow} from "@electron/remote";
|
||||
import {Layout} from "../layout";
|
||||
|
||||
const getAllWnds = (layout: Layout, wnds: Wnd[]) => {
|
||||
for (let i = 0; i < layout.children.length; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue