1
0
Fork 0
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:
ShirayukiRin 2025-02-10 14:42:34 +08:00
parent 7f19f15e6c
commit 6f3f7bd68d

View file

@ -648,6 +648,7 @@ onSetEdges = (param) => {
onSetSelected = ({ ids }) => {
selected = ids;
redraw();
};
onMouseMove = ({ x, y }) => {