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

fix graph font and source map

This commit is contained in:
Andrew Simachev 2023-06-16 21:29:09 +02:00
parent a2aff828fc
commit 901f0a9bcd
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
3 changed files with 6 additions and 2 deletions

View file

@ -70,7 +70,7 @@ let time = 0;
let isHovering = false;
let edgeMap = new Map();
let hoverAlpha = 0.2;
let fontFamily = 'Helvetica';
let fontFamily = 'Inter';
let timeoutHover = 0;
let root = null;

View file

@ -8,6 +8,7 @@
"!dist/*",
"dist/index.html",
"dist/main.js",
"dist/main.js.map",
"dist/run.js",
"dist/lib/**/*",
"dist/img/**/*",
@ -16,6 +17,7 @@
"dist/anytypeHelper.exe",
"dist/anytypeHelper",
"dist/*.node",
"dist/font/**/*",
"dist/workers/**/*",
"!node_modules/**/*",
{

View file

@ -163,6 +163,7 @@
"dist/lib",
"dist/anytypeHelper",
"dist/anytypeHelper.exe",
"dist/font/**/*",
"dist/workers/**/*",
"dist/*.node",
"dist/img/**/*",
@ -201,6 +202,7 @@
"dist/anytypeHelper.exe",
"dist/anytypeHelper",
"dist/*.node",
"dist/font/**/*",
"dist/workers/**/*",
"!node_modules/**/*",
{
@ -554,4 +556,4 @@
"pre-commit": "npm run precommit && git add licenses.json"
}
}
}
}