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

remove double space

This commit is contained in:
Andrew Simachev 2024-02-06 13:45:33 +01:00
parent 5361146227
commit 41dc507422
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
66 changed files with 100 additions and 100 deletions

View file

@ -114,7 +114,7 @@ function createWindow () {
if (mainWindow.isFullScreen()) {
mainWindow.setFullScreen(false);
mainWindow.once('leave-full-screen', () => mainWindow.hide());
mainWindow.once('leave-full-screen', () => mainWindow.hide());
} else {
mainWindow.hide();
};