1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00
This commit is contained in:
Andrew Simachev 2022-07-07 22:47:04 +03:00
parent ff55326b1c
commit 62848d947d
2 changed files with 1 additions and 3 deletions

View file

@ -136,8 +136,6 @@ function createWindow () {
args = args || [];
args.unshift(win);
console.log(cmd, args);
if (Api[cmd]) {
Api[cmd].apply(Api, args);
} else {