-
Notifications
You must be signed in to change notification settings - Fork 16
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
FeatureSelection widget fixes #708
Conversation
This pull request has been linked to Shortcut Story #321917: Pending things to fix in updated [FeatureSelection]. |
Pull Request Test Coverage Report for Build 5276703430
💛 - Coveralls |
packages/react-ui/src/widgets/FeatureSelectionWidgetUI/FeatureSelectionUIGeometryChips.js
Show resolved
Hide resolved
} | ||
|
||
const [onMouseElement, setOnMouseElement] = useState(false); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we give a more meaningful name to this variable ?
Something like showDeleteTooltip
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed 42e895c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Description
Shortcut: https://app.shortcut.com/cartoteam/story/321917/pending-things-to-fix-in-updated-featureselection
[sc-321917]