1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-11 02:13:48 +09:00

update extensionId and wrap win.close in try catch

This commit is contained in:
Andrew Simachev 2024-01-25 15:27:08 +01:00
parent cbb012059c
commit 06c60d9a2a
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
4 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,6 @@
(() => {
const extensionId = 'dgeefmooohoaoneepgngooocgkfpjccm';
const extensionId = 'jkmhmgghdjjbafmkgjmplhemjjnkligf';
const body = document.querySelector('body');
const container = document.createElement('div');
const dimmer = document.createElement('div');