mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
fix: enable wheel event handling in tags widget for Vue DOM render mode
This commit is contained in:
@@ -84,6 +84,7 @@ export function addTagsWidget(node, name, opts, callback, wheelSensitivity = 0.0
|
||||
const { text, active, highlighted, strength } = tagData;
|
||||
const tagEl = document.createElement("div");
|
||||
tagEl.className = "comfy-tag";
|
||||
tagEl.dataset.captureWheel = "true";
|
||||
|
||||
const textSpan = document.createElement("span");
|
||||
textSpan.className = "comfy-tag-text";
|
||||
|
||||
Reference in New Issue
Block a user