diff --git a/src/common/layout/LayoutMiniCameraView.tsx b/src/common/layout/LayoutMiniCameraView.tsx index 70962bb..4d1c2dc 100644 --- a/src/common/layout/LayoutMiniCameraView.tsx +++ b/src/common/layout/LayoutMiniCameraView.tsx @@ -33,14 +33,14 @@ export const LayoutMiniCameraView: FC = props => { return ( -
+
-
+
= props => { if (!isVisible) return null; return ( - + setIsVisible(false)} /> - + setSearchText(event.target.value)} />
{filteredChatHistory.map((row, index) => ( diff --git a/src/components/floorplan-editor/FloorplanEditorView.tsx b/src/components/floorplan-editor/FloorplanEditorView.tsx index f67d2aa..59f7709 100644 --- a/src/components/floorplan-editor/FloorplanEditorView.tsx +++ b/src/components/floorplan-editor/FloorplanEditorView.tsx @@ -142,7 +142,7 @@ export const FloorplanEditorView: FC<{}> = props => return ( { isVisible && - + setIsVisible(false) } /> canvasScrollHandler && canvasScrollHandler(direction) } /> diff --git a/src/components/floorplan-editor/views/FloorplanImportExportView.tsx b/src/components/floorplan-editor/views/FloorplanImportExportView.tsx index 8f6477a..1003e01 100644 --- a/src/components/floorplan-editor/views/FloorplanImportExportView.tsx +++ b/src/components/floorplan-editor/views/FloorplanImportExportView.tsx @@ -37,7 +37,7 @@ export const FloorplanImportExportView: FC = pro }, []); return ( - +