Fix some bugs with profile search

This commit is contained in:
Jon Staab
2025-05-12 10:00:09 -07:00
parent 62ff63c240
commit ca155eb735
4 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/editor",
"version": "0.2.1",
"version": "0.2.2",
"author": "hodlbod",
"license": "MIT",
"description": "A batteries-included nostr editor.",
@@ -67,6 +67,7 @@ export class DefaultSuggestionsWrapper implements ISuggestionsWrapper {
const {term, search} = this.props
this.items = search(term).slice(0, 5)
this.render()
})
render() {