port some more files from app/ to ts
This commit is contained in:
parent
9485b3297e
commit
624cd1e6c8
10 changed files with 138 additions and 96 deletions
|
|
@ -111,7 +111,7 @@ export function newWindow(
|
|||
}
|
||||
});
|
||||
|
||||
function createSession(extraOptions = {}) {
|
||||
function createSession(extraOptions: any = {}) {
|
||||
const uid = uuid.v4();
|
||||
|
||||
// remove the rows and cols, the wrong value of them will break layout when init create
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue