mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-08-06 22:10:14 -03:00
fix(widgets): allow text selection in LoraInfoWidget description tab
This commit is contained in:
@@ -470,6 +470,10 @@ onMounted(() => {
|
||||
color: var(--fg-color, #fff);
|
||||
word-break: break-all;
|
||||
margin-bottom: 8px;
|
||||
/* Override node-level grab cursor and user-select:none from .lg-node.cursor-grab */
|
||||
cursor: auto;
|
||||
user-select: text;
|
||||
-webkit-user-select: text;
|
||||
}
|
||||
|
||||
.notes-field {
|
||||
@@ -568,6 +572,10 @@ onMounted(() => {
|
||||
color: var(--fg-color, #fff);
|
||||
opacity: 0.85;
|
||||
word-break: break-word;
|
||||
/* Override node-level grab cursor and user-select:none from .lg-node.cursor-grab */
|
||||
cursor: auto;
|
||||
user-select: text;
|
||||
-webkit-user-select: text;
|
||||
}
|
||||
|
||||
.description-text :deep(p) {
|
||||
|
||||
Reference in New Issue
Block a user