changed spelling of palette

snap7
jmoenig 2021-07-02 17:09:05 +02:00
rodzic 96bf69b83e
commit b82ea9dae5
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1260,10 +1260,10 @@ IDE_Morph.prototype.createCategories = function () {
if (this.scene.unifiedPalette) { if (this.scene.unifiedPalette) {
categorySelectionAction = scrollToCategory; categorySelectionAction = scrollToCategory;
} else { } else {
categorySelectionAction = changePallete; categorySelectionAction = changePalette;
} }
function changePallete(category) { function changePalette(category) {
return () => { return () => {
myself.currentCategory = category; myself.currentCategory = category;
myself.categories.children.forEach(each => myself.categories.children.forEach(each =>