mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 19:17:58 +00:00
update idController when create new connection
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -68,6 +68,7 @@ class _ConnectionPageState extends State<ConnectionPage>
|
||||
_idController.selection = TextSelection(
|
||||
baseOffset: 0, extentOffset: _idController.value.text.length);
|
||||
});
|
||||
Get.put<IDTextEditingController>(_idController);
|
||||
windowManager.addListener(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user