mirror of
https://github.com/robonen/eulerian-cycle.git
synced 2026-03-20 19:04:48 +00:00
Fixed graph checking
This commit is contained in:
@@ -262,6 +262,7 @@ export default {
|
||||
|
||||
const removeLink = (id) => {
|
||||
links.value = links.value.filter((_, idx) => idx !== id);
|
||||
checkGraph();
|
||||
};
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user