app/edit: avoid refreshing inner editor when selection changes. the layout remains unchanged.

This commit is contained in:
jkds
2026-01-18 10:12:12 +01:00
parent e58e2faf6b
commit 347541e011

View File

@@ -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:?})");