Skip to content

Commit

Permalink
fix: clean up render methods
Browse files Browse the repository at this point in the history
  • Loading branch information
flops committed Sep 24, 2024
1 parent d9158b6 commit a98b520
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/GridLayout/GridLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -544,10 +544,6 @@ export default class GridLayout extends React.PureComponent {
return false;
};

renderRectBlocks() {
return <div className="test">123</div>;
}

renderTemporaryPlaceholder() {
const {temporaryLayout, noOverlay, draggableHandleClassName} = this.context;

Expand Down

0 comments on commit a98b520

Please sign in to comment.