Fix issue where every button press causes a rerender

This commit is contained in:
Christian Paul 2019-03-24 17:02:30 -07:00
parent cf4731682e
commit f4c002cadd

View File

@ -225,7 +225,7 @@ class Mapscii {
draw = false;
}
if (draw !== null) {
if (draw) {
this._draw();
}
}