mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Fixed updating of field placeholder in compose controls while editing.
This commit is contained in:
parent
94f1d23788
commit
47bf099b88
1 changed files with 1 additions and 0 deletions
|
@ -1973,6 +1973,7 @@ void ComposeControls::applyDraft(FieldHistoryAction fieldHistoryAction) {
|
|||
const auto guard = gsl::finally([&] {
|
||||
updateSendButtonType();
|
||||
updateReplaceMediaButton();
|
||||
updateFieldPlaceholder();
|
||||
updateControlsVisibility();
|
||||
updateControlsGeometry(_wrap->size());
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue