Skip to content

Commit ed9659b

Browse files
feat: make properties panel container focusable
1 parent 2f3ece7 commit ed9659b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/render/BpmnPropertiesPanelRenderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default class BpmnPropertiesPanelRenderer {
4444
this._getFeelPopupLinks = getFeelPopupLinks;
4545

4646
this._container = domify(
47-
'<div style="height: 100%" class="bio-properties-panel-container"></div>'
47+
'<div style="height: 100%" tabindex="-1" class="bio-properties-panel-container"></div>'
4848
);
4949

5050
var commandStack = injector.get('commandStack', false);

0 commit comments

Comments
 (0)