Skip to content

Commit dd3c5cf

Browse files
Merge pull request #9 from mrflix/main
2 parents 1773d67 + ccceebe commit dd3c5cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,13 @@
5252
$options['uuid'] = Field::getUuidConfig();
5353
}
5454

55-
return convertTiptapToHtml(
55+
$field->value = convertTiptapToHtml(
5656
$field->value,
5757
$field->parent(),
5858
$options
5959
);
60+
61+
return $field;
6062
}
6163
],
6264
'translations' => A::keyBy(

0 commit comments

Comments
 (0)