mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-14 03:32:40 -08:00
Fix parsing of HTML in model descriptions.
This commit is contained in:
parent
a3e9b0ce04
commit
19f2c61f4c
7 changed files with 57 additions and 4 deletions
|
|
@ -466,6 +466,10 @@ class Clusterize {
|
|||
} else {
|
||||
content_elem.innerHTML = data;
|
||||
}
|
||||
|
||||
// Parse items flagged as containing Shadow DOM entries.
|
||||
convertElementShadowDOM(content_elem, "[data-parse-as-shadow-dom]");
|
||||
|
||||
return content_elem.innerHTML;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue