mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-04 08:35:21 +00:00
Scroll to cursor after template replacement.
This commit is contained in:
@@ -2464,6 +2464,10 @@ void InputField::clearFocus() {
|
||||
_inner->clearFocus();
|
||||
}
|
||||
|
||||
void InputField::ensureCursorVisible() {
|
||||
_inner->ensureCursorVisible();
|
||||
}
|
||||
|
||||
not_null<QTextEdit*> InputField::rawTextEdit() {
|
||||
return _inner.get();
|
||||
}
|
||||
|
Reference in New Issue
Block a user