Merge pull request #2639 from jguille2/fixingClearCanvas

Fixing clearCanvas action
pull/95/head
Jens Mönig 2020-07-13 17:49:25 +02:00 zatwierdzone przez GitHub
commit 6ec53fa602
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -732,6 +732,7 @@ PaintCanvasMorph.prototype.centermerge = function (a, b) {
PaintCanvasMorph.prototype.clearCanvas = function () {
this.buildContents();
this.drawNew();
this.changed();
};