mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-02 20:22:08 +00:00
Use scrollpanel in sidebar template (#1226)
* Use scrollpanel in sidebar template * Migrate * nit
This commit is contained in:
@@ -23,13 +23,15 @@
|
||||
text
|
||||
/>
|
||||
</template>
|
||||
<template #body>
|
||||
<template #header>
|
||||
<SearchBox
|
||||
class="workflows-search-box mx-4 my-4"
|
||||
v-model:modelValue="searchQuery"
|
||||
@search="handleSearch"
|
||||
:placeholder="$t('searchWorkflows') + '...'"
|
||||
/>
|
||||
</template>
|
||||
<template #body>
|
||||
<div class="comfyui-workflows-panel" v-if="!isSearching">
|
||||
<div
|
||||
class="comfyui-workflows-open"
|
||||
|
||||
Reference in New Issue
Block a user