This commit is contained in:
Vanessa 2023-01-27 10:27:14 +08:00
parent 2e85978e05
commit 5f03df576a
2 changed files with 8 additions and 3 deletions

View file

@ -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++) {