Merge pull request #135 from twofas/bugfix/TF-1511

[OSM-1511] Leave edit mode on becomeInactive
This commit is contained in:
gmachnio 2024-08-12 15:38:48 +02:00 committed by GitHub
commit ebe59dcb4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,6 +106,9 @@ extension TokensPresenter {
if isSearching {
handleClearSearchPhrase()
}
if currentState == .edit {
handleLeaveEditMode()
}
}
// MARK: - External Actions