Skip to content

Commit

Permalink
chore: do not document is-item-selectable-changed event (#8029)
Browse files Browse the repository at this point in the history
  • Loading branch information
sissbruecker authored Oct 28, 2024
1 parent 4ec05eb commit 4661523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grid/src/vaadin-grid-selection-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const SelectionMixin = (superClass) =>
*/
isItemSelectable: {
type: Function,
notify: true,
notify: (() => true)(), // prevent Polymer analyzer from documenting a changed event
},

/**
Expand Down

0 comments on commit 4661523

Please sign in to comment.