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