mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
app/edit: avoid refreshing inner editor when selection changes. the layout remains unchanged.
This commit is contained in:
@@ -1000,8 +1000,6 @@ impl BaseEdit {
|
||||
|
||||
//t!("handle_select(): set_selection({start}, {end})");
|
||||
editor.set_selection(start, end);
|
||||
editor.refresh();
|
||||
|
||||
editor.selected_text()
|
||||
};
|
||||
//d!("Select {seltext:?} from {clip_mouse_pos:?} (unclipped: {mouse_pos:?})");
|
||||
|
||||
Reference in New Issue
Block a user