File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/pluggableWidgets
datagrid-web/src/features/selection-counter
gallery-web/src/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export const SelectionCounter = observer(function SelectionCounter() {
1111 < span className = "widget-datagrid-selection-text" aria-live = "polite" aria-atomic = "true" >
1212 { selectionCountStore . selectedCountText }
1313 </ span >
14-
14+ |
1515 < button className = "widget-datagrid-btn-link" onClick = { selectActionHelper . onClearSelection } >
1616 { selectionCountStore . clearButtonLabel }
1717 </ button >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export const SelectionCounter = observer(function SelectionCounter({
2121 < span className = "widget-gallery-selection-count" aria-live = "polite" aria-atomic = "true" >
2222 { selectionCountStore . selectedCountText }
2323 </ span >
24-
24+ |
2525 < button
2626 className = "widget-gallery-clear-selection"
2727 onClick = { itemSelectHelper . onClearSelection }
You can’t perform that action at this time.
0 commit comments