mirror of
https://github.com/ParkerTenBroeck/automata.git
synced 2026-06-06 21:24:06 -04:00
fixed style issue on hover for graph
This commit is contained in:
parent
0a7e2200dc
commit
62733fc74a
3 changed files with 25 additions and 15 deletions
|
|
@ -197,3 +197,12 @@ export type Tm = {
|
|||
edges: Map<string, Edge[]>;
|
||||
};
|
||||
|
||||
|
||||
export type FaState = {
|
||||
state: State,
|
||||
position: number
|
||||
}
|
||||
|
||||
export class FaSim{
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue