Skip to content

Commit

Permalink
fix: remove role group
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVZ96 committed Jun 19, 2024
1 parent d50b3b9 commit ce71812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drag_and_drop_v2/public/js/drag_and_drop.js
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ function DragAndDropTemplates(configuration) {
go_to_beginning_button_class += ' sr';
}
return(
h("div.problem-action-buttons-wrapper", {attributes: {'role': 'group', 'aria-label': gettext('Actions')}}, [
h("div.problem-action-buttons-wrapper", {}, [
sidebarButtonTemplate(
go_to_beginning_button_class,
"fa-arrow-up",
Expand Down

0 comments on commit ce71812

Please sign in to comment.