Fix compile error

This commit is contained in:
Andras Schmelczer 2025-04-02 20:37:44 +01:00
parent 5ed7e0ad3a
commit 426e9f07b7
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

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,