Commit 5383bf4b by Matjaz Gregoric

Remove tabindex="-1" from popup div.

It is redundant since div elements are not focusable by default anyway.
parent bcf7ec7c
......@@ -417,8 +417,7 @@ function DragAndDropTemplates(configuration) {
return h(
popupSelector,
{
style: {display: have_messages ? 'block' : 'none'},
attributes: {"tabindex": "-1"}
style: {display: have_messages ? 'block' : 'none'}
},
[
h(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment