diff --git a/src/App.tsx b/src/App.tsx index 0156265cf..ed59b443c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -304,21 +304,25 @@ function App() { return setCurrentView("providers")} />; default: return ( -
- + {/* 独立滚动容器 - 解决 Linux/Ubuntu 下 DndContext 与滚轮事件冲突 */} +
+
+ setIsAddOpen(true)} - /> + />
+
); }