Skip to content

Commit ce71812

Browse files
committed
fix: remove role group
1 parent d50b3b9 commit ce71812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drag_and_drop_v2/public/js/drag_and_drop.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ function DragAndDropTemplates(configuration) {
459459
go_to_beginning_button_class += ' sr';
460460
}
461461
return(
462-
h("div.problem-action-buttons-wrapper", {attributes: {'role': 'group', 'aria-label': gettext('Actions')}}, [
462+
h("div.problem-action-buttons-wrapper", {}, [
463463
sidebarButtonTemplate(
464464
go_to_beginning_button_class,
465465
"fa-arrow-up",

0 commit comments

Comments
 (0)