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:
parent
a2aff828fc
commit
901f0a9bcd
3 changed files with 6 additions and 2 deletions
2
dist/workers/graph.js
vendored
2
dist/workers/graph.js
vendored
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue