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 2f3ece7 commit ed9659bCopy full SHA for ed9659b
src/render/BpmnPropertiesPanelRenderer.js
@@ -44,7 +44,7 @@ export default class BpmnPropertiesPanelRenderer {
44
this._getFeelPopupLinks = getFeelPopupLinks;
45
46
this._container = domify(
47
- '<div style="height: 100%" class="bio-properties-panel-container"></div>'
+ '<div style="height: 100%" tabindex="-1" class="bio-properties-panel-container"></div>'
48
);
49
50
var commandStack = injector.get('commandStack', false);
0 commit comments