small fix for a problem where the GUI was loading every pattern twice

This commit is contained in:
jad2121 2024-02-12 06:56:47 -05:00
parent 308982f62d
commit 1946751684

View File

@ -117,7 +117,6 @@ document.addEventListener("DOMContentLoaded", async function () {
console.error("Failed to load patterns:", error);
}
}
loadPatterns();
function fallbackCopyTextToClipboard(text) {
const textArea = document.createElement("textarea");