mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +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;
|
history_index_ = 0;
|
||||||
|
|
||||||
updateAtRoom(text_);
|
updateAtRoom(text_);
|
||||||
|
emit textChanged(text_);
|
||||||
}
|
}
|
||||||
|
|
||||||
selectionStart = selectionStart_;
|
selectionStart = selectionStart_;
|
||||||
selectionEnd = selectionEnd_;
|
selectionEnd = selectionEnd_;
|
||||||
cursorPosition = cursorPosition_;
|
cursorPosition = cursorPosition_;
|
||||||
emit textChanged(text_);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QString
|
QString
|
||||||
|
|
Loading…
Reference in a new issue