1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-11 18:20:27 +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;