Skip to content

Commit 4aabf44

Browse files
authored
Merge pull request #2713 from RedisInsight/fe/bugfix/RI-5081_input_unclickable_after_edit
#RI-5081 - fix unclickable input
2 parents db8d5da + 36a48c4 commit 4aabf44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/browser/components/string-details/StringDetails.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const StringDetails = (props: Props) => {
117117
if (viewFormat !== viewFormatProp) {
118118
setViewFormat(viewFormatProp)
119119
}
120-
}, [initialValue, viewFormatProp, compressor])
120+
}, [initialValue, viewFormatProp, compressor, length])
121121

122122
useEffect(() => {
123123
// Approximate calculation of textarea rows by initialValue

0 commit comments

Comments
 (0)