atlantis
atlantis copied to clipboard
fix(components): Hide row actions on hover and right click in multiselect mode
Motivations
Changes
Added
- Added conditions to
shouldShowContextMenu
andshouldShowHoverMenu
to hide the context and hover menus in case at least one of the items inDataList
is selected.
Changed
- Changed the type of
selected
property in DataList, since it should be a list (array) of "id"(s)
Deprecated
Removed
Fixed
Security
Testing
Changes can be tested via Pre-release
In Atlantis we use Github's built in pull request reviews.