fix textbox caret_pos issue
This commit is contained in:
@@ -345,7 +345,7 @@ namespace drawerbase {
|
||||
auto editor = get_drawer_trigger().editor();
|
||||
internal_scope_guard lock;
|
||||
if (editor)
|
||||
editor->move_caret(pos);
|
||||
editor->move_caret(pos, true);
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user