Improved slot fill dialog UI, abandoned column layout in favour of wrapping flex rows
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export default function embedInlineCalculations(string, calculations){
|
||||
if (!string) return '';
|
||||
if (!calculations) return string;
|
||||
let index = 0;
|
||||
return string.replace(/\{([^{}]*)\}/g, () => {
|
||||
let comp = calculations && calculations[index++];
|
||||
|
||||
Reference in New Issue
Block a user