Skip to content

Commit

Permalink
Update columns.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tohvanah authored Jul 6, 2023
1 parent e4d3080 commit 656b3e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/columns.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const setUpRows = (ctx, cols, refresh = false) => {
* @param {Boolean} markasComplete - Mark elements as complete
*/
export function shuffle (ctx, $eles, refresh = false, markasComplete = true) {
console.log('MACY SHUFFLE : markasComplete? ' + (markasComplete? 'true':'false'));
let cols = getCurrentColumns(ctx.options);
let margin = getCurrentMargin(ctx.options).y;
setUpRows(ctx, cols, refresh);
Expand Down

0 comments on commit 656b3e7

Please sign in to comment.