kopia lustrzana https://github.com/rastapasta/mapscii
Fix issue where every button press causes a rerender
rodzic
cf4731682e
commit
f4c002cadd
|
@ -225,7 +225,7 @@ class Mapscii {
|
|||
draw = false;
|
||||
}
|
||||
|
||||
if (draw !== null) {
|
||||
if (draw) {
|
||||
this._draw();
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue