テキストのリスト内で変数埋め込みできるように
This commit is contained in:
parent
3126d0730a
commit
756e4eaeec
@ -105,7 +105,7 @@ export class ASEvaluator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (block.type === 'textList') {
|
if (block.type === 'textList') {
|
||||||
return block.value.trim().split('\n');
|
return this.interpolate(block.value || '', scope).trim().split('\n');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (block.type === 'ref') {
|
if (block.type === 'ref') {
|
||||||
|
Loading…
Reference in New Issue
Block a user