Skip to content

Commit

Permalink
docs: add quick TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TrulyFlawed authored Oct 18, 2024
1 parent 9b35463 commit cc5e6a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/theme-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ const ThemeManager = (function() {
themeButtonWrapper.addEventListener("click", selectButtonTheme);
}

// TODO (#1): Use more configurable button event setup.
const buttonsConfig = [
{ selector: options.previousButtonSelector, handler: selectPreviousTheme },
{ selector: options.randomButtonSelector, handler: selectRandomTheme },
Expand Down

0 comments on commit cc5e6a8

Please sign in to comment.