テキストのリスト内で変数埋め込みできるように
This commit is contained in:
parent
fe59e41669
commit
c6ce479c57
1 changed files with 1 additions and 1 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue