editor icon indicating copy to clipboard operation
editor copied to clipboard

upd: bring back fuzzy search

Open solvedDev opened this issue 3 years ago • 2 comments

Description

This PR aims to re-introduce error tolerant search to bridge.'s command bar as I've noticed that we've accidentally deleted it

Additional Context

https://github.com/bridge-core/editor/blob/v2.2.13/src/components/Windows/Project/FilePicker/FilePicker.vue

Todos

  • [ ] Command bar input is currently clearing after typing a character

solvedDev avatar Jan 04 '23 16:01 solvedDev

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Command bar input is currently clearing after typing a character

This could have to do with the v-model being changed to :value.

outercloudstudio avatar Nov 21 '23 15:11 outercloudstudio