Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
programmer2514 committed Oct 2, 2023
1 parent 73b026e commit e2d6870
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CollapsibleUI.plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -3906,9 +3906,7 @@ https://programmer2514.github.io/?l=cui-changelog`
cui.membersList.style.transition = 'none';
cui.membersList.style.width = cui.membersListWidth + 'px';
cui.membersList.style.transition = 'width ' + cui.transitionSpeed + 'ms';
} //else {
//cui.membersList.style.width = 'var(--members-width)';
// }
}
if (oldMembersListWidth != cui.membersListWidth)
BdApi.setData('CollapsibleUI', 'membersListWidth',
cui.membersListWidth.toString());
Expand Down

0 comments on commit e2d6870

Please sign in to comment.