Unselect table rows using esc key or click outside (#1420)
* unselect table rows by esc or clickoutside of tablebody * exclude action-bar * exclude context-menu * added enums, handled touch listener
This commit is contained in:
@ -41,7 +41,7 @@ export function ActionBar({ selectedIds }: OwnProps) {
|
||||
return null;
|
||||
}
|
||||
return (
|
||||
<StyledContainerActionBar ref={wrapperRef}>
|
||||
<StyledContainerActionBar className="action-bar" ref={wrapperRef}>
|
||||
{actionBarEntries}
|
||||
</StyledContainerActionBar>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user