Skip to content

Commit fef933a

Browse files
committed
sidebar toogle
1 parent f6cbc65 commit fef933a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: modules/ui/tools/sidebar_toggle.js

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export function uiToolSidebarToggle(context) {
1313
selection
1414
.append('button')
1515
.attr('class', 'bar-button')
16+
.attr('aria-label', t('sidebar.tooltip'))
1617
.on('click', function() {
1718
context.ui().sidebar.toggle();
1819
})

0 commit comments

Comments
 (0)