Skip to content

Commit

Permalink
fixed mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
snakajima committed May 4, 2024
1 parent 4bff309 commit b7ffa9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composables/cytoscope.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export const useCytoscope = (selectedGraph: ComputedRef<GraphData> | Ref<GraphDa
console.log("layout", name);

Check warning on line 198 in src/composables/cytoscope.ts

View workflow job for this annotation

GitHub Actions / build (20.x)

Unexpected console statement
cy.layout({ name }).run();
cy.fit();
if (name === "cose") {
if (name === layout) {
await sleep(400);
storePositions();
}
Expand Down

0 comments on commit b7ffa9b

Please sign in to comment.