fixed style issue on hover for graph

This commit is contained in:
Parker TenBroeck 2026-01-10 11:48:21 -05:00
parent 0a7e2200dc
commit 62733fc74a
3 changed files with 25 additions and 15 deletions

View file

@ -197,3 +197,12 @@ export type Tm = {
edges: Map<string, Edge[]>;
};
export type FaState = {
state: State,
position: number
}
export class FaSim{
}