diff --git a/frontend/package-lock.json b/frontend/package-lock.json
index db9a4ea..50ff9f5 100644
--- a/frontend/package-lock.json
+++ b/frontend/package-lock.json
@@ -333,8 +333,6 @@
"integrity": "sha512-zLpS5asjEb7lq8jYLq37N6XKaE41DIexlY1rF/z4/tIl3wo13Sqm28fRyfIsKZD+NZ8mM5RoKkpW/rBcuoSZSg==",
"dev": true,
"license": "MIT",
- "optional": true,
- "peer": true,
"dependencies": {
"@emnapi/wasi-threads": "1.2.3",
"tslib": "^2.4.0"
@@ -346,20 +344,6 @@
"integrity": "sha512-Xz4Tpyki7XyrpbUK1jR1AhdAdaXyhhY4lZ3neLodmhpuWfy2PAQN5B46sAiU4liOXGLkHypn/qU+jvfWSCYYLA==",
"dev": true,
"license": "MIT",
- "optional": true,
- "peer": true,
- "dependencies": {
- "tslib": "^2.4.0"
- }
- },
- "node_modules/@emnapi/wasi-threads": {
- "version": "1.2.3",
- "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.3.tgz",
- "integrity": "sha512-ELEBe8PsLvvJ6QMr0zLt8ffvOHW/dc1m3CEzNMg7aJUv3bMaoDtw2TXyDAwkYBuroxxuHEwhRTLJSe5sya547g==",
- "dev": true,
- "license": "MIT",
- "optional": true,
- "peer": true,
"dependencies": {
"tslib": "^2.4.0"
}
@@ -4053,4 +4037,4 @@
}
}
}
-}
\ No newline at end of file
+}
diff --git a/frontend/src/components/BuildingPopover/BuildingPopover.tsx b/frontend/src/components/BuildingPopover/BuildingPopover.tsx
index c6d5333..7018b89 100644
--- a/frontend/src/components/BuildingPopover/BuildingPopover.tsx
+++ b/frontend/src/components/BuildingPopover/BuildingPopover.tsx
@@ -495,12 +495,11 @@ export function BuildingPopover({
setChatInput(e.target.value)}
onKeyDown={e => { if (e.key === 'Enter' && !e.shiftKey) { e.preventDefault(); sendQuestion(); } }}
onFocus={() => { inputBlurGuard.current = false; }}
- onBlur={() => { inputBlurGuard.current = true; setTimeout(() => { inputBlurGuard.current = false; }, 300); }}
- disabled={chatLoading} />
+ onBlur={() => { inputBlurGuard.current = true; setTimeout(() => { inputBlurGuard.current = false; }, 300); }} />