Skip to content
Snippets Groups Projects
Unverified Commit 756e4eae authored by syuilo's avatar syuilo
Browse files

テキストのリスト内で変数埋め込みできるように

parent 3126d073
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ export class ASEvaluator {
}
if (block.type === 'textList') {
return block.value.trim().split('\n');
return this.interpolate(block.value || '', scope).trim().split('\n');
}
if (block.type === 'ref') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment