fix: revert search
This commit is contained in:
parent
c644945c76
commit
cdc121aa6d
|
@ -12,7 +12,7 @@ export struct InnerView {
|
|||
|
||||
Search().onChange(value => {
|
||||
value.trim() ?
|
||||
this.viewModel.setConstrain(it => value.includes(String(it))) :
|
||||
this.viewModel.setConstrain(it => String(it).includes(value)) :
|
||||
this.viewModel.setConstrain()
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user