forked from FoundKeyGang/FoundKey
テキストのリスト内で変数埋め込みできるように
This commit is contained in:
parent
3126d0730a
commit
756e4eaeec
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue