Skip to content

Commit 4bde427

Browse files
committed
fix(modal): add scrollable area for CustomIntegrationModal layout
Signed-off-by: Innei <tukon479@gmail.com>
1 parent 2b1fc18 commit 4bde427

2 files changed

Lines changed: 194 additions & 180 deletions

File tree

apps/desktop/layer/renderer/src/components/ui/modal/stacked/modal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ export const ModalInternal = memo(function Modal({
197197
const handleClickOutsideToDismiss = useCallback(
198198
(e: SyntheticEvent) => {
199199
if (isSelectingRef.current) return
200+
200201
const fn = modal ? (clickOutsideToDismiss && canClose ? dismiss : noticeModal) : undefined
201202
fn?.(e)
202203
},

0 commit comments

Comments
 (0)