mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-09 09:35:02 +09:00
force redraw when selecting nodes
This commit is contained in:
parent
7f19f15e6c
commit
6f3f7bd68d
1 changed files with 1 additions and 0 deletions
1
dist/workers/graph.js
vendored
1
dist/workers/graph.js
vendored
|
@ -648,6 +648,7 @@ onSetEdges = (param) => {
|
|||
|
||||
onSetSelected = ({ ids }) => {
|
||||
selected = ids;
|
||||
redraw();
|
||||
};
|
||||
|
||||
onMouseMove = ({ x, y }) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue