Emoji input improvements

This commit is contained in:
Ali
2022-07-15 03:37:03 +02:00
parent 0b872d86c5
commit 0577baac79
35 changed files with 1413 additions and 694 deletions

View File

@@ -381,9 +381,10 @@ public final class PagerComponent<ChildEnvironmentType: Equatable, TopPanelEnvir
if component.contents.contains(where: { $0.id == defaultId }) {
centralId = defaultId
}
} else {
centralId = component.contents.first?.id
}
if centralId == nil {
centralId = component.contents.first?.id
}
}
if self.centralId != centralId {