소스 검색

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

Lucas.Xu 2 년 전
부모
커밋
ebc3a26426
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      frontend/app_flowy/lib/workspace/presentation/home/menu/app/header/add_button.dart

+ 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,