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 26b949c commit b3b0f03Copy full SHA for b3b0f03
LinkDotNet.Blog.Web/Pages/Admin/CreateNew.razor
@@ -23,8 +23,8 @@
23
</div>
24
<div class="form-group">
25
<label for="content">Content</label>
26
- <InputTextAreaDragAndDropFile class="form-control" id="content" @bind-Value="_model.Content" rows="10" />
27
- <small id="content" class="form-text text-muted">Drag and drop images to upload and insert picture.</small>
+ <InputTextArea class="form-control" id="content" @bind-Value="_model.Content" rows="10" />
+ @* <small id="content" class="form-text text-muted">Drag and drop images to upload and insert picture.</small> *@
28
29
30
<label for="preview">Preview-Url</label>
0 commit comments