draw the palette on pad creation
This commit is contained in:
@@ -257,6 +257,7 @@ define([
|
|||||||
$colors.html('<div class="hidden"> </div>');
|
$colors.html('<div class="hidden"> </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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user