Skip to content

Commit

Permalink
Still #543
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrancart committed Jan 5, 2024
1 parent ea22119 commit 8e4a6aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import HTMLComponent from "../HtmlComponent";
/*
Switch Component having a binary state:
selected: Switching beteween the states with onClick
selected: Switching between the states with onClick
*/
class SelectViewVariableBtn extends HTMLComponent {
selected = false;
Expand Down
1 change: 0 additions & 1 deletion src/sparnatural/statehandling/actions/UpdateVarList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export function updateVarList(actionStore: ActionStore) {
if(endGrp.isVarSelected() && endGrp.getVarName()) varNames.add(endGrp.getVarName()?.slice(1));
}
);
console.dir(varNames);
updateDraggables(actionStore, varNames);
actionStore.variables = [...varNames];
}
Expand Down

0 comments on commit 8e4a6aa

Please sign in to comment.