Skip to content

Commit d43e291

Browse files
committed
✔ Fixed TextEditor Bug
1 parent 36f79b2 commit d43e291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/components/text-editor.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
fontNames: {!!$fontarray!!}
1919
});
2020
@if(!is_null($body))
21-
$('#{{$id}}').summernote('code','{!!$body!!}');
21+
$('#{{$id}}').summernote('code',`{!!$body!!}`);
2222
@endif
2323
})
2424
</script>

0 commit comments

Comments
 (0)