draw the palette on pad creation

This commit is contained in:
ansuz 2017-04-08 10:44:12 +02:00
parent 3b99c42e22
commit 395d8625a8

View File

@ -257,6 +257,7 @@ define([
$colors.html('<div class="hidden">&nbsp;</div>'); $colors.html('<div class="hidden">&nbsp;</div>');
palette.forEach(addColorToPalette); palette.forEach(addColorToPalette);
}; };
updatePalette(palette);
var suggestName = function (fallback) { var suggestName = function (fallback) {
if (document.title === defaultName) { if (document.title === defaultName) {