Kaynağa Gözat

fix: click on the edge of the that create the document does not respond to event

Lucas.Xu 2 yıl önce
ebeveyn
işleme
ebc3a26426

+ 1 - 0
frontend/app_flowy/lib/workspace/presentation/home/menu/app/header/add_button.dart

@@ -83,6 +83,7 @@ class CreateItem extends StatelessWidget {
     return FlowyHover(
       style: config,
       child: GestureDetector(
+        behavior: HitTestBehavior.opaque,
         onTap: () => onSelected(pluginBuilder),
         child: FlowyText.medium(
           pluginBuilder.menuName,