mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
merge
This commit is contained in:
commit
19b2574221
38 changed files with 1393 additions and 838 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue