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

Remove ContextMenu ABOVE and BELOW options in favour of RIGHT_* and LEFT_* #2463

Closed
thyhjwb6 opened this issue Jun 15, 2021 · 0 comments
Closed
Labels
Package: react-component-library Package/code type Release: Next major Release version Size: Small Assessed as small task Type: Enhancement New feature or request Type: Techdebt Requires or will require rework

Comments

@thyhjwb6
Copy link
Collaborator

thyhjwb6 commented Jun 15, 2021

Remove ABOVE and BELOW:

export type ClickMenuPositionType =
  | typeof CLICK_MENU_POSITION.ABOVE
  | typeof CLICK_MENU_POSITION.BELOW
  | typeof CLICK_MENU_POSITION.LEFT_ABOVE
  | typeof CLICK_MENU_POSITION.LEFT_BELOW
  | typeof CLICK_MENU_POSITION.RIGHT_ABOVE
  | typeof CLICK_MENU_POSITION.RIGHT_BELOW
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Package: react-component-library Package/code type Release: Next major Release version Size: Small Assessed as small task Type: Enhancement New feature or request Type: Techdebt Requires or will require rework
Projects
Archived in project
Development

No branches or pull requests

2 participants