Skip to content
Snippets Groups Projects
Commit 631d181a authored by Chris Lawton's avatar Chris Lawton
Browse files

remove log

parent c8b2830c
No related branches found
No related tags found
No related merge requests found
...@@ -131,7 +131,6 @@ export default class GroupedListing extends React.Component { ...@@ -131,7 +131,6 @@ export default class GroupedListing extends React.Component {
// set css custom prop to allow scrolling from dropdown to last item in the list // set css custom prop to allow scrolling from dropdown to last item in the list
if (this.listRef.current) { if (this.listRef.current) {
console.log(this.listRef.current);
document.documentElement.style.setProperty('--last-listing-item-height', this.listRef.current.lastElementChild.offsetHeight + 'px'); document.documentElement.style.setProperty('--last-listing-item-height', this.listRef.current.lastElementChild.offsetHeight + 'px');
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment