feat(PageSelector): add isMultipleChoice prop to enhance selection functionality

This commit is contained in:
twwu 2025-12-10 12:52:09 +08:00
parent d4a90c43a4
commit 88508b8631
1 changed files with 1 additions and 0 deletions

View File

@ -341,6 +341,7 @@ const PageSelector = ({
searchValue,
previewPageId: currentPreviewPageId,
pagesMap,
isMultipleChoice,
}}
>
{Item}