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) { ...@@ -417,8 +417,7 @@ function DragAndDropTemplates(configuration) {
return h( return h(
popupSelector, popupSelector,
{ {
style: {display: have_messages ? 'block' : 'none'}, style: {display: have_messages ? 'block' : 'none'}
attributes: {"tabindex": "-1"}
}, },
[ [
h( 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