mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-01-23 04:20:18 +08:00
nit: remove comment
This commit is contained in:
parent
bae9531dc7
commit
7e2213e9b9
@ -103,7 +103,7 @@ export function addReportButton(dialogEl, options = {}) {
|
|||||||
|
|
||||||
const button = document.createElement("button");
|
const button = document.createElement("button");
|
||||||
button.textContent = "Report Error";
|
button.textContent = "Report Error";
|
||||||
button.style.marginBottom = "0.25rem"; // mt-1
|
button.style.marginBottom = "0.25rem";
|
||||||
|
|
||||||
const cleanText = (text) => (text ? text.replace(/[\r\n\t\s]/g, " ") : text);
|
const cleanText = (text) => (text ? text.replace(/[\r\n\t\s]/g, " ") : text);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user