fix: Když po chybě znovu otevřu komentovací okénko, nemá být disabed
This commit is contained in:
parent
9a6b66f7d9
commit
d59cba7c0d
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue