1
0
Fork 0
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:
Andrew Simachev 2024-05-27 08:25:37 +02:00
parent c533281a03
commit a311c2e3a3
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8

View file

@ -167,7 +167,7 @@ class Api {
return;
};
if (win) {
if (win && !win.isDestroyed()) {
win.hide();
};