mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Fix arrow keys
This commit is contained in:
parent
f9942494d6
commit
82cdb483a9
1 changed files with 1 additions and 1 deletions
|
@ -249,12 +249,12 @@ InputBar::updateState(int selectionStart_,
|
|||
history_index_ = 0;
|
||||
|
||||
updateAtRoom(text_);
|
||||
emit textChanged(text_);
|
||||
}
|
||||
|
||||
selectionStart = selectionStart_;
|
||||
selectionEnd = selectionEnd_;
|
||||
cursorPosition = cursorPosition_;
|
||||
emit textChanged(text_);
|
||||
}
|
||||
|
||||
QString
|
||||
|
|
Loading…
Reference in a new issue