nit: remove comment

This commit is contained in:
bymyself 2025-02-13 23:55:31 -07:00
parent bae9531dc7
commit 7e2213e9b9

View File

@ -103,7 +103,7 @@ export function addReportButton(dialogEl, options = {}) {
const button = document.createElement("button");
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);