Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: runner select all #8256

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft

fix: runner select all #8256

wants to merge 1 commit into from

Conversation

CurryYangxx
Copy link
Member

a keyboard shortcut ⌘ Cmd + A can select all grid list items and let selectedKeys to be all, we need to handle this case

@CurryYangxx CurryYangxx requested a review from ihexxa December 18, 2024 08:29
@@ -476,10 +476,10 @@ export const Runner: FC<{}> = () => {
? Array.from(reqList.items)
.filter(item => item.ancestorIds.includes(targetFolderId))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this filter necessary?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like we can drop it.

Copy link
Contributor

@ihexxa ihexxa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix 👍 .

@@ -476,10 +476,10 @@ export const Runner: FC<{}> = () => {
? Array.from(reqList.items)
.filter(item => item.ancestorIds.includes(targetFolderId))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like we can drop it.

@CurryYangxx CurryYangxx marked this pull request as draft December 18, 2024 09:18
@CurryYangxx
Copy link
Member Author

will merge after 10.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants