Skip to content

Commit

Permalink
feat: make properties panel container focusable
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekdanielak authored Nov 20, 2024
1 parent 2f3ece7 commit ed9659b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/BpmnPropertiesPanelRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default class BpmnPropertiesPanelRenderer {
this._getFeelPopupLinks = getFeelPopupLinks;

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

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

0 comments on commit ed9659b

Please sign in to comment.