parse the contentUdi
This commit is contained in:
@@ -144,7 +144,7 @@ export class UmbBlockGridEntriesElement extends UmbLitElement {
|
|||||||
this.#context.setLayouts(model);
|
this.#context.setLayouts(model);
|
||||||
},
|
},
|
||||||
onRequestMove: ({ item }) => {
|
onRequestMove: ({ item }) => {
|
||||||
return this.#context.allowDrop(item);
|
return this.#context.allowDrop(item.contentUdi);
|
||||||
},
|
},
|
||||||
onDisallowed: () => {
|
onDisallowed: () => {
|
||||||
this.setAttribute('disallow-drop', '');
|
this.setAttribute('disallow-drop', '');
|
||||||
|
|||||||
Reference in New Issue
Block a user