|
@@ -340,7 +340,7 @@ function openSteps(mode) {
|
|
|
const a = BACKGROUNDS.svg;
|
|
const a = BACKGROUNDS.svg;
|
|
|
const b = BACKGROUNDS.image;
|
|
const b = BACKGROUNDS.image;
|
|
|
|
|
|
|
|
- const code = `Layer.run({
|
|
|
|
|
|
|
+ const code = `Layer.$({
|
|
|
title: 'Step 1',
|
|
title: 'Step 1',
|
|
|
text: 'Background should follow when different.',
|
|
text: 'Background should follow when different.',
|
|
|
background: ${mode === 'same' ? 'same' : 'a'},
|
|
background: ${mode === 'same' ? 'same' : 'a'},
|
|
@@ -367,7 +367,7 @@ function openSteps(mode) {
|
|
|
return `'${b}'`;
|
|
return `'${b}'`;
|
|
|
}));
|
|
}));
|
|
|
|
|
|
|
|
- Layer.run({
|
|
|
|
|
|
|
+ Layer.$({
|
|
|
title: 'Step 1',
|
|
title: 'Step 1',
|
|
|
text: 'Background should follow when different.',
|
|
text: 'Background should follow when different.',
|
|
|
background: mode === 'same' ? same : a,
|
|
background: mode === 'same' ? same : a,
|