Skip to content

Commit e271627

Browse files
committed
chore: remove unnecessarily getter
1 parent 4f5f03d commit e271627

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/main/src/ListItemGroup.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,6 @@ class ListItemGroup extends UI5Element {
232232

233233
this.dropIndicatorDOM!.targetReference = null;
234234
}
235-
236-
getFocusDomRef() {
237-
return this.groupHeaderItem || this.items.at(0);
238-
}
239235
}
240236

241237
ListItemGroup.define();

0 commit comments

Comments
 (0)