revert textarea component to conenteditable
This commit is contained in:
parent
925ea142fb
commit
c6c7240fee
3 changed files with 30 additions and 11 deletions
|
@ -103,7 +103,7 @@ export function createSource(value: Accessor<string>): Source {
|
|||
});
|
||||
|
||||
createEffect(() => {
|
||||
setStore('metadata', 'queryResults', findMatches(store.plain, store.query).toArray());
|
||||
setStore('metadata', 'queryResults', findMatches(store.plain, store.query));
|
||||
});
|
||||
|
||||
return src;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue