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 e41c984 commit 162b31eCopy full SHA for 162b31e
resources/views/livewire/editor.blade.php
@@ -32,7 +32,7 @@
32
33
<div x-show="mode === 'write'">
34
<div class="flex flex-col relative">
35
- <div x-text="body" class="invisible whitespace-pre-line p-5 min-h-[5rem]"></div>
+ <div x-text="body + '\n'" class="invisible whitespace-pre-line border-none p-5 min-h-[5rem]"></div>
36
<textarea
37
class="w-full h-full absolute left-0 top-0 right-0 bottom-0 overflow-y-hidden resize-none border-none p-5 focus:border focus:border-lio-300 focus:ring focus:ring-lio-200 focus:ring-opacity-50"
38
id="body"
0 commit comments