Skip to content

Commit 045ae94

Browse files
committed
fix
1 parent a43ea22 commit 045ae94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/js/features/contextpopup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export function attachRefIssueContextPopup(refIssues) {
3434
content: el,
3535
placement: 'top-start',
3636
interactive: true,
37+
role: 'dialog',
3738
interactiveBorder: 5,
3839
onShow: () => {
3940
el.firstChild.dispatchEvent(new CustomEvent('ce-load-context-popup', {detail: {owner, repo, index}}));

0 commit comments

Comments
 (0)