mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-06-13 14:09:25 -03:00
fix(ui): keep autocomplete text widget at max-height on node resize in Vue mode
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
:spellcheck="spellcheck ?? false"
|
||||
:class="['text-input', { 'vue-dom-mode': isVueDomMode, 'lm-wheel-scrollable': isVueDomMode }]"
|
||||
:style="maxHeight && isVueDomMode ? { maxHeight: maxHeight + 'px' } : undefined"
|
||||
data-capture-wheel="true"
|
||||
@input="onInput"
|
||||
@wheel="onWheel"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user