テキストのリスト内で変数埋め込みできるように
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') { | ||||
| 			return block.value.trim().split('\n'); | ||||
| 			return this.interpolate(block.value || '', scope).trim().split('\n'); | ||||
| 		} | ||||
| 
 | ||||
| 		if (block.type === 'ref') { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue