This commit is contained in:
DieMyst 2019-06-16 17:13:03 +03:00
parent 4503625f75
commit e578876a1f
2 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ function startCheck(params, zoneId, info) {
} }
} else { } else {
setHeightAndWidth(el, st.info.lastHeight, st.info.lastHeight); setHeightAndWidth(el, st.info.lastHeight, st.info.lastHeight);
changeHeight(el, data.height); changeHeight(el, data.height - 1);
let erroredHeight = state[zoneId].currentHeight; let erroredHeight = state[zoneId].currentHeight;
setError(zoneId, erroredHeight - 1); setError(zoneId, erroredHeight - 1);
socket.close() socket.close()

BIN
salmon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB