mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
fix possible sentry crash
This commit is contained in:
parent
c533281a03
commit
a311c2e3a3
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ class Api {
|
|||
return;
|
||||
};
|
||||
|
||||
if (win) {
|
||||
if (win && !win.isDestroyed()) {
|
||||
win.hide();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue