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:
parent
422068c23d
commit
5a86e9c96a
4 changed files with 3 additions and 5 deletions
|
@ -51,7 +51,7 @@ powerMonitor.on('suspend', () => {
|
|||
});
|
||||
|
||||
powerMonitor.on('resume', () => {
|
||||
WindowManager.reloadAll();
|
||||
WindowManager.sendToAll('reload');
|
||||
Util.log('info', '[PowerMonitor] resume');
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue