Skip to content

Commit 235ef40

Browse files
author
Claudéric Demers
authored
fix: remove inadvertently duplicated line of code
1 parent 6471e72 commit 235ef40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SortableContainer/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ export default function sortableContainer(WrappedComponent, config = {withRef: f
213213
left: this.scrollContainer.scrollLeft
214214
};
215215

216-
const fields = node.querySelectorAll('input, textarea, select');
217216
const fields = node.querySelectorAll('input, textarea, select');
218217
const clonedNode = node.cloneNode(true);
219218
const clonedFields = clonedNode.querySelectorAll('input, textarea, select'); // Returns the clonedFields in the same order as fields

0 commit comments

Comments
 (0)