mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-26 10:45:57 +08:00
chore(mobile): adjust setting dialog swipe gesture trigger size (#10236)
This commit is contained in:
@@ -148,7 +148,7 @@ export const SwipeDialog = ({
|
|||||||
title,
|
title,
|
||||||
children,
|
children,
|
||||||
open,
|
open,
|
||||||
triggerSize = 10,
|
triggerSize = 25,
|
||||||
onOpenChange,
|
onOpenChange,
|
||||||
}: SwipeDialogProps) => {
|
}: SwipeDialogProps) => {
|
||||||
const insideModal = useContext(InsideModalContext);
|
const insideModal = useContext(InsideModalContext);
|
||||||
|
|||||||
Reference in New Issue
Block a user