mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
fixes
This commit is contained in:
parent
ff55326b1c
commit
62848d947d
2 changed files with 1 additions and 3 deletions
|
@ -136,8 +136,6 @@ function createWindow () {
|
|||
args = args || [];
|
||||
args.unshift(win);
|
||||
|
||||
console.log(cmd, args);
|
||||
|
||||
if (Api[cmd]) {
|
||||
Api[cmd].apply(Api, args);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue