修复了聊天打开的情况下无法拖动窗口的问题

This commit is contained in:
xuncha
2026-02-07 00:12:56 +08:00
parent d334a214a4
commit 52b26533a2
2 changed files with 12 additions and 0 deletions

View File

@@ -346,6 +346,7 @@ function App() {
// 主窗口 - 完整布局
return (
<div className="app-container">
<div className="window-drag-region" aria-hidden="true" />
{isLocked && (
<LockScreen
onUnlock={() => setLocked(false)}