Skip to content

Commit dc90c7e

Browse files
authored
Update verticalScrollReducer.ts
1 parent ce8583e commit dc90c7e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libs/remix-ui/vertical-icons-panel/src/lib/reducers/verticalScrollReducer.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ export function verticalScrollReducer (prevState: any, actionPayload: actionType
99
const { scrollHeight, clientHeight } = actionPayload.payload
1010
let { scrollState } = actionPayload.payload
1111
if (scrollHeight > clientHeight) scrollState = true
12-
console.log(scrollHeight, clientHeight)
13-
console.log(scrollState)
1412
return { scrollHeight, clientHeight, scrollState }
1513
}
1614
return prevState

0 commit comments

Comments
 (0)