Fixed updating of field placeholder in compose controls while editing.

This commit is contained in:
23rd 2024-04-08 06:55:44 +03:00
parent 94f1d23788
commit 47bf099b88
1 changed files with 1 additions and 0 deletions

View File

@ -1973,6 +1973,7 @@ void ComposeControls::applyDraft(FieldHistoryAction fieldHistoryAction) {
const auto guard = gsl::finally([&] {
updateSendButtonType();
updateReplaceMediaButton();
updateFieldPlaceholder();
updateControlsVisibility();
updateControlsGeometry(_wrap->size());
});