fix: Když po chybě znovu otevřu komentovací okénko, nemá být disabed

This commit is contained in:
Jonas Havelka 2025-02-11 21:08:58 +01:00
parent 9a6b66f7d9
commit d59cba7c0d

View file

@ -43,6 +43,7 @@
// zobrazí commform (bez vyplňování) // zobrazí commform (bez vyplňování)
_show(img_id, x, y) { _show(img_id, x, y) {
this.submit_button.disabled = false;
this.div.style.display = 'block'; this.div.style.display = 'block';
this.div.style.left = x; this.div.style.left = x;
this.div.style.top = y; this.div.style.top = y;