Skip to content

Commit

Permalink
Merge pull request #1183 from NicoPennec/fix/search
Browse files Browse the repository at this point in the history
fix search in feature film
  • Loading branch information
frankrousseau authored Sep 13, 2023
2 parents 162c1f0 + 3b9a533 commit da7fcd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/pages/Edits.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
:can-save="true"
:active="isSearchActive"
@change="onSearchChange"
@enter="applySearch(searchField.getValue())"
@save="saveSearchQuery"
placeholder="ex: e01 edit=wip"
/>
Expand Down
1 change: 1 addition & 0 deletions src/components/pages/Shots.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
:can-save="true"
:active="isSearchActive"
@change="onSearchChange"
@enter="applySearch(searchField.getValue())"
@save="saveSearchQuery"
placeholder="ex: e01 s01 anim=wip"
/>
Expand Down

0 comments on commit da7fcd0

Please sign in to comment.