Skip to content

Commit

Permalink
wc - Modal temporary fix removed
Browse files Browse the repository at this point in the history
Signed-off-by: gpveronica <[email protected]>
  • Loading branch information
gpveronica committed Oct 24, 2023
1 parent 66b438f commit 115c9b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/webcomponents/commons/modal/modal-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ export default class ModalUtils {
const modalDraggable = config.display?.modalDraggable || false;
const modalCyDataName = config.display?.modalCyDataName || "";

// CAUTION: DO NOT COMMIT THIS CHANGE: REMOVAL OF tabindex="-1"
return html `
<div class="modal fade" id="${id}" data-draggable="${modalDraggable}"
role="dialog"
tabindex="-1" role="dialog"
aria-labelledby="DataModalLabel" aria-hidden="true" data-cy="${modalCyDataName}">
<div class="modal-dialog" style="width: ${modalWidth}">
<div class="modal-content">
Expand Down

0 comments on commit 115c9b2

Please sign in to comment.