Merge pull request #1156 from foresto/patch-1
Focus message input box when pressing Esc
This commit is contained in:
commit
63339ad632
@ -198,6 +198,7 @@ Item {
|
|||||||
chat.model.reply = undefined;
|
chat.model.reply = undefined;
|
||||||
else
|
else
|
||||||
chat.model.edit = undefined;
|
chat.model.edit = undefined;
|
||||||
|
TimelineManager.focusMessageInput();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user