Merge branch 'master' into 3d-view-upgrade

This commit is contained in:
Efruz Yıldırır 2023-08-05 12:56:13 +03:00 committed by GitHub
commit 3804c6522c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 274 additions and 43 deletions

View file

@ -18,7 +18,6 @@ const openDatabase = () => {
request.onerror = event => {
console.error("indexedDB request error");
console.log(event);
reject();
};