fix: comfyui plugin style fix

This commit is contained in:
BennyKok 2023-12-15 19:33:24 +08:00
parent 456318f77b
commit 4ea9cb61dd

View File

@ -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();
}; };