Skip to content

Commit

Permalink
highlighting linear plots
Browse files Browse the repository at this point in the history
  • Loading branch information
menocsk27 committed Nov 22, 2024
1 parent d961673 commit a89df10
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 179 deletions.
2 changes: 1 addition & 1 deletion frontend/public/js/proof/rules/cd/diff/diff.js
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ export class DifferenceCD {
cy.nodes().forEach(d => {
d.data({v: d.data().og})
})
animateNegativeCycle(cy, { nid: params.manual.id})
animateNegativeCycle(cy, { nid: params.manual.id })
}
const varInput = document.getElementById('var-input')
varInput.value = "";
Expand Down
Loading

0 comments on commit a89df10

Please sign in to comment.