Skip to content

Commit

Permalink
change 1 to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM committed Oct 27, 2023
1 parent c3cdb4f commit f1b1817
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
checkbox.dispatchEvent(new Event('change'));
checkbox.closest(SELECTOR_COLUMN).remove();
});
}, 1);
}, 0);

initColumns(settingsNode);
};
Expand Down

0 comments on commit f1b1817

Please sign in to comment.