This commit is contained in:
Vanessa 2022-10-11 11:19:36 +08:00
parent 2ec4cf8fb8
commit 6fd5bef8ac
5 changed files with 25 additions and 16 deletions

View file

@ -148,6 +148,8 @@ export const exportLayout = (reload: boolean, cb?: () => void) => {
cb();
}
});
// TODO save panel
};
const JSONToDock = (json: any) => {