mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
fix: enable middle mouse pan in autocomplete text widget
Remove pointer event .stop modifiers from textarea to allow events to propagate to container where forwardMiddleMouseToCanvas forwards them to ComfyUI canvas for pan functionality
This commit is contained in:
@@ -6,9 +6,6 @@
|
||||
:spellcheck="spellcheck ?? false"
|
||||
:class="['text-input', { 'vue-dom-mode': isVueDomMode }]"
|
||||
@input="onInput"
|
||||
@pointerdown.stop
|
||||
@pointermove.stop
|
||||
@pointerup.stop
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user