mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Add create poll box from groups three-dot menu.
This commit is contained in:
@@ -2160,7 +2160,11 @@ void InputField::handleContentsChanged() {
|
||||
|
||||
if (tagsChanged || (_lastTextWithTags.text != currentText)) {
|
||||
_lastTextWithTags.text = currentText;
|
||||
const auto weak = make_weak(this);
|
||||
emit changed();
|
||||
if (!weak) {
|
||||
return;
|
||||
}
|
||||
checkContentHeight();
|
||||
}
|
||||
startPlaceholderAnimation();
|
||||
|
Reference in New Issue
Block a user