fixed a rendering issue

pull/95/head
jmoenig 2020-04-22 14:07:26 +02:00
rodzic e10fc51ed9
commit 1a8c75c1b5
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -2567,6 +2567,7 @@ BlockMorph.prototype.setSpec = function (spec, definition) {
});
this.blockSpec = spec;
this.fixLayout();
this.rerender();
this.cachedInputs = null;
};