Various improvements

This commit is contained in:
Ilya Laktyushin
2025-05-25 22:36:50 +02:00
parent 7b5883c115
commit 4e804bf9d9
13 changed files with 201 additions and 16 deletions

View File

@@ -4112,6 +4112,11 @@ extension ChatControllerImpl {
return
}
self.updateTrimRange(start: start, end: end, updatedEnd: updatedEnd, apply: apply)
}, dismissAllTooltips: { [weak self] in
guard let self else {
return
}
self.dismissAllTooltips()
}, updateHistoryFilter: { [weak self] update in
guard let self else {
return