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

Use simple IAction instead of Actionin quick input #164842

Merged
merged 1 commit into from
Oct 28, 2022

Conversation

mjbvz
Copy link
Collaborator

@mjbvz mjbvz commented Oct 28, 2022

For actions that are static, it is better to use IAction. This avoids creating an extra disposable, emitter, and event listener (when used with an action bar)

This is helpful in the quick input list as we need to render elements rapidly while scrolling

For actions that are static, it is better to use `IAction`. This avoids creating an extra disposable, emitter, and event listener (when used with an action bar)

This is helpful in the quick input list as we need to render elements rapidly while scrolling
@mjbvz mjbvz added this to the November 2022 milestone Oct 28, 2022
@mjbvz mjbvz self-assigned this Oct 28, 2022
@mjbvz mjbvz enabled auto-merge (squash) October 28, 2022 02:41
@mjbvz mjbvz disabled auto-merge October 28, 2022 02:58
@mjbvz mjbvz enabled auto-merge (squash) October 28, 2022 03:19
@mjbvz mjbvz merged commit 8cc0246 into microsoft:main Oct 28, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Dec 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants