Skip to content

Commit

Permalink
chore: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pskelin committed Nov 25, 2024
1 parent 125f68f commit 0522a98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/fiori/src/ProductSwitchItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class ProductSwitchItem extends UI5Element implements IProductSwitchItem {
this.active = false;
}

_onfocusin(e: FocusEvent) {
_onfocusin() {
this.fireDecoratorEvent("_focused");
}

Expand Down
1 change: 0 additions & 1 deletion packages/fiori/src/UploadCollection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ type UploadCollectionItemDeleteEventDetail = {
* @public
* @native
*/
// TODO: XXX document native events without decorator
// @event("drop", {
// bubbles: true,
// })
Expand Down

0 comments on commit 0522a98

Please sign in to comment.