Skip to content

Commit

Permalink
chore: remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Apr 30, 2023
1 parent 6eb6a42 commit c774b91
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/common/src/extensions/slickDraggableGrouping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,6 @@ export class SlickDraggableGrouping {
if (draggablePlaceholderElm) {
draggablePlaceholderElm.style.display = 'none';
}
const droppedGroupingElm = dropzoneElm.querySelector<HTMLDivElement>('.slick-dropped-grouping');
if (droppedGroupingElm) {
droppedGroupingElm.style.display = 'flex';
}
if (groupTogglerElm) {
groupTogglerElm.style.display = 'inline-block';
}
Expand Down

0 comments on commit c774b91

Please sign in to comment.