Fix cursor moving to the end when editing in the middle
This commit is contained in:
parent
9e2789a16d
commit
0d9a3ff4cd
@ -249,7 +249,8 @@ InputBar::updateState(int selectionStart_,
|
||||
history_index_ = 0;
|
||||
|
||||
updateAtRoom(text_);
|
||||
emit textChanged(text_);
|
||||
// disabled, as it moves the cursor to the end
|
||||
// emit textChanged(text_);
|
||||
}
|
||||
|
||||
selectionStart = selectionStart_;
|
||||
|
Loading…
Reference in New Issue
Block a user