Skip to content

Commit

Permalink
Remove unused code (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei authored Oct 6, 2024
1 parent 7f29206 commit defacf3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/sidebar/tabs/ModelLibrarySidebarTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<SearchBox
class="model-lib-search-box mx-4 mt-4"
v-model:modelValue="searchQuery"
@search="handleSearch"
:placeholder="$t('searchModels') + '...'"
/>
</div>
Expand Down Expand Up @@ -187,10 +186,6 @@ const renderedRoot = computed<TreeExplorerNode<ComfyModelDef>>(() => {
return fillNodeInfo(root.value)
})
const handleSearch = (query: string) => {
// TODO
}
const handleNodeClick = (
node: RenderedTreeExplorerNode<ComfyModelDef>,
e: MouseEvent
Expand Down

0 comments on commit defacf3

Please sign in to comment.