small fix for a problem where the GUI was loading every pattern twice
This commit is contained in:
parent
308982f62d
commit
1946751684
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user