1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00
This commit is contained in:
Andrew Simachev 2022-05-18 10:15:33 +03:00
commit 19b2574221
38 changed files with 1393 additions and 838 deletions

View file

@ -863,7 +863,11 @@ app.on('activate', () => {
app.on('open-url', (e, url) => {
e.preventDefault();
send('route', url.replace(`${protocol}://`, '/'));
if (win) {
send('route', url.replace(`${protocol}://`, '/'));
win.show();
};
});
function send () {