We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ecf1a commit 6e4e81dCopy full SHA for 6e4e81d
redisinsight/ui/src/pages/browser/components/list-details/ListDetails.tsx
@@ -206,7 +206,6 @@ const ListDetails = (props: Props) => {
206
}
207
208
const updateTextAreaHeight = () => {
209
- console.log('update height')
210
if (textAreaRef.current) {
211
textAreaRef.current.style.height = '0px'
212
textAreaRef.current.style.height = `${textAreaRef.current?.scrollHeight || 0}px`
0 commit comments