diff --git a/redisinsight/ui/src/components/base/utils/OutsideClickDetector.tsx b/redisinsight/ui/src/components/base/utils/OutsideClickDetector.tsx index 56c23d6946..e518d98785 100644 --- a/redisinsight/ui/src/components/base/utils/OutsideClickDetector.tsx +++ b/redisinsight/ui/src/components/base/utils/OutsideClickDetector.tsx @@ -33,7 +33,7 @@ export interface OutsideClickDetectorProps { // A click event's target can be imprecise, as the value will be // the closest common ancestor of the press (mousedown, touchstart) // and release (mouseup, touchend) events (often ) if -// the the target of each event differs. +// the target of each event differs. // We need the actual event targets to make the correct decisions // about user intention. So, consider the down/start and up/end // items below as the deconstruction of a click event. diff --git a/redisinsight/ui/src/components/inline-item-editor/InlineItemEditor.tsx b/redisinsight/ui/src/components/inline-item-editor/InlineItemEditor.tsx index 65bde501ce..6501ad08dd 100644 --- a/redisinsight/ui/src/components/inline-item-editor/InlineItemEditor.tsx +++ b/redisinsight/ui/src/components/inline-item-editor/InlineItemEditor.tsx @@ -21,7 +21,6 @@ import { StyledTextInput, } from './InlineItemEditor.styles' - import styles from './styles.module.scss' type Positions = 'top' | 'bottom' | 'left' | 'right' | 'inside' @@ -216,7 +215,10 @@ const InlineItemEditor = (props: Props) => { {viewChildrenMode ? ( children ) : ( - +