Add cursor moving #19

Merged
schmelczer merged 23 commits from asch/cursors into main 2025-04-02 22:06:38 +01:00
Showing only changes of commit 426e9f07b7 - Show all commits

View file

@ -106,7 +106,7 @@ pub fn merge_text(parent: &str, left: &str, right: &str) -> String {
}
/// WASM wrapper around `reconcile::reconcile_with_cursors` for merging text.
#[wasm_bindgen(js_name = mergeText)]
#[wasm_bindgen(js_name = mergeTextWithCursors)]
#[must_use]
pub fn merge_text_with_cursors(
parent: &str,