We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35352a9 commit e5ab983Copy full SHA for e5ab983
1 file changed
play/js/main_sandbox.js
@@ -1577,7 +1577,12 @@ function main(config){
1577
1578
}
1579
1580
+ config.candidatePositions = save().candidatePositions;
1581
1582
+ // reset!
1583
+ config.voterPositions = save().voterPositions;
1584
+ model.reset();
1585
+ setInPosition(); // this is actually the second time we do this. It's a workaround. The yee diagram wasn't working right.
1586
};
1587
1588
Loader.load([
0 commit comments