mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 19:17:58 +00:00
fix IDTextEditingController extra character
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -26,6 +26,8 @@ class IDTextInputFormatter extends TextInputFormatter {
|
||||
selection: TextSelection.collapsed(
|
||||
offset: newID.length - selectionIndexFromTheRight,
|
||||
),
|
||||
// https://github.com/flutter/flutter/issues/78066#issuecomment-797869906
|
||||
composing: newValue.composing,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user