Fix build

This commit is contained in:
Ilya Laktyushin 2025-08-31 23:10:14 +04:00
parent 4dfbf55937
commit 388868a3ce

View File

@ -500,13 +500,6 @@ public final class TabSelectorComponent: Component {
public func scrollToEnd() {
self.setContentOffset(CGPoint(x: self.contentSize.width - self.bounds.width, y: 0.0), animated: true)
}
public func frameForItem(_ id: AnyHashable) -> CGRect? {
if let item = self.visibleItems[id] {
return item.convert(item.bounds, to: self)
}
return nil
}
public func frameForItem(_ id: AnyHashable) -> CGRect? {
if let item = self.visibleItems[id] {