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

JS-7109: fix

This commit is contained in:
Andrew Simachev 2025-05-23 10:47:59 +02:00
parent aa3707558d
commit 2f27db0005
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF
4 changed files with 13 additions and 5 deletions

View file

@ -78,8 +78,8 @@ module.exports = (env, argv) => {
overlay: {
runtimeErrors: (error) => {
if (error.message === 'ResizeObserver loop completed with undelivered notifications.') {
return false;
}
return false;
};
return true;
},