test(ui/templates): cover drag-template-to-root via bUnit DragEventArgs
This commit is contained in:
@@ -144,7 +144,8 @@
|
||||
</div>
|
||||
|
||||
<div style="max-height: calc(100vh - 160px); overflow-y: auto;">
|
||||
<div @ondragover:preventDefault="true" @ondrop="OnDropOnRoot"
|
||||
<div class="templates-root-dropzone"
|
||||
@ondragover:preventDefault="true" @ondrop="OnDropOnRoot"
|
||||
style="min-height: 100%; padding: 4px;">
|
||||
<TreeView @ref="_tree" TItem="TmplNode" Items="_treeRoots"
|
||||
ChildrenSelector="n => n.Children"
|
||||
|
||||
Reference in New Issue
Block a user