◐ Shell
clean mode source ↗

fix: prevent name input from losing trailing spaces while typing by antonreshetov · Pull Request #719 · massCodeIO/massCode

@antonreshetov

Server trims names on save, and the debounced getSnippets/getNotes
refresh was overwriting the input value mid-edit. Extracted
useEditableField composable that buffers input locally while focused,
syncing from server only when the input is not active.