fix: comfyui plugin style fix
This commit is contained in:
parent
456318f77b
commit
4ea9cb61dd
@ -191,7 +191,7 @@ function addButton() {
|
|||||||
|
|
||||||
const config = document.createElement("button");
|
const config = document.createElement("button");
|
||||||
config.textContent = "Config";
|
config.textContent = "Config";
|
||||||
config.className = "configbtn";
|
deploy.className = "sharebtn";
|
||||||
config.onclick = () => {
|
config.onclick = () => {
|
||||||
configDialog.show();
|
configDialog.show();
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user