Skip to content

Commit b3b0f03

Browse files
committed
Do not use new Drag and drop stuff
1 parent 26b949c commit b3b0f03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LinkDotNet.Blog.Web/Pages/Admin/CreateNew.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
</div>
2424
<div class="form-group">
2525
<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>
26+
<InputTextArea 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> *@
2828
</div>
2929
<div class="form-group">
3030
<label for="preview">Preview-Url</label>

0 commit comments

Comments
 (0)