Skip to content

Commit

Permalink
Revert removal of role in wp-bind processing
Browse files Browse the repository at this point in the history
  • Loading branch information
cbravobernal committed Jan 17, 2024
1 parent 20a8a4d commit bb03b0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/interactivity/src/directives.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ export default () => {
attribute !== 'download' &&
attribute !== 'rowSpan' &&
attribute !== 'colSpan' &&
attribute !== 'role' &&
attribute in el
) {
try {
Expand Down

0 comments on commit bb03b0e

Please sign in to comment.