We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43ea22 commit 045ae94Copy full SHA for 045ae94
web_src/js/features/contextpopup.js
@@ -34,6 +34,7 @@ export function attachRefIssueContextPopup(refIssues) {
34
content: el,
35
placement: 'top-start',
36
interactive: true,
37
+ role: 'dialog',
38
interactiveBorder: 5,
39
onShow: () => {
40
el.firstChild.dispatchEvent(new CustomEvent('ce-load-context-popup', {detail: {owner, repo, index}}));
0 commit comments