disablig btnNew when copying. see #598

This commit is contained in:
mic 2026-02-19 23:49:44 +01:00
parent 04e3388fc8
commit 2e89ddef65

View file

@ -1020,7 +1020,8 @@ function handleCopyClick(e) {
// Show form
document.getElementById('formNew').style.display = 'block';
document.getElementById('btnNew').disabled = true;
// Scroll to top
window.scrollTo({
top: 0,