@pdfme/ui 6.1.12-dev.15 → 6.1.12-dev.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -46116,7 +46116,10 @@ var evaluatePlaceholders = (arg) => {
|
|
|
46116
46116
|
resultContent += content.slice(startIndex, endIndex);
|
|
46117
46117
|
}
|
|
46118
46118
|
index = endIndex;
|
|
46119
|
-
} else
|
|
46119
|
+
} else {
|
|
46120
|
+
resultContent += content.slice(startIndex);
|
|
46121
|
+
break;
|
|
46122
|
+
}
|
|
46120
46123
|
}
|
|
46121
46124
|
return resultContent;
|
|
46122
46125
|
};
|