Allow preview for empty body in ExtendedTextarea
Instead of disabling the preview feature when the body is empty, we show
Nothing to preview
- Fix the Markdown height during preview in ExtendedTextarea
2 files changed
+12
-6
3276e5f7
→
01416e8a
modified src/components/ExtendedTextarea.svelte
@@ -224,13 +224,18 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -276,10 +281,7 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified src/views/repo/CreateIssue.svelte
@@ -101,7 +101,11 @@
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|