Fix compile error
This commit is contained in:
parent
5ed7e0ad3a
commit
426e9f07b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue