mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-09 23:51:28 +03:00
revert back because enter not work any more
This commit is contained in:
@@ -317,8 +317,7 @@ class _RemotePageState extends State<RemotePage> {
|
|||||||
maxLines: null,
|
maxLines: null,
|
||||||
initialValue:
|
initialValue:
|
||||||
_value, // trick way to make backspace work always
|
_value, // trick way to make backspace work always
|
||||||
keyboardType: TextInputType
|
keyboardType: TextInputType.multiline,
|
||||||
.visiblePassword, // must use visiblePassword here, if else when input '(', new ')' will be auto appended on android, cause our proboems
|
|
||||||
onChanged: handleInput,
|
onChanged: handleInput,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user