1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

JS-4527: fix

This commit is contained in:
Andrew Simachev 2025-02-18 16:34:14 +01:00
parent 422068c23d
commit 5a86e9c96a
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF
4 changed files with 3 additions and 5 deletions

View file

@ -51,7 +51,7 @@ powerMonitor.on('suspend', () => {
});
powerMonitor.on('resume', () => {
WindowManager.reloadAll();
WindowManager.sendToAll('reload');
Util.log('info', '[PowerMonitor] resume');
});