Fixing check for field that was removed
This commit is contained in:
parent
7b74e5e997
commit
c82cfa1d23
5 changed files with 5 additions and 8 deletions
|
|
@ -7,7 +7,6 @@ export function debugControlValues(generator) {
|
|||
// Text controls
|
||||
console.log('Text controls:');
|
||||
console.log(' button-text:', values['button-text']);
|
||||
console.log(' text-enabled:', values['text-enabled']);
|
||||
console.log(' font-size:', values['font-size']);
|
||||
console.log(' text-x:', values['text-x']);
|
||||
console.log(' text-y:', values['text-y']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue