We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788adef commit c4de4a1Copy full SHA for c4de4a1
app/code/Magento/PageBuilder/Plugin/Filter/TemplatePlugin.php
@@ -52,6 +52,8 @@ public function __construct(
52
*/
53
public function afterFilter(\Magento\Framework\Filter\Template $subject, string $result) : string
54
{
55
+ $this->domDocument = false;
56
+
57
// Validate if the filtered result requires background image processing
58
if (strpos($result, self::DATA_BACKGROUND_IMAGE) !== false) {
59
$document = $this->getDomDocument($result);
0 commit comments