This commit is contained in:
parent
81ae9a22cd
commit
b6470d18bb
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ export class Files extends Model {
|
|||
selectElements.forEach((item: HTMLElement, index) => {
|
||||
ghostElement.append(item.cloneNode(true));
|
||||
item.style.opacity = "0.1";
|
||||
const itemNodeId = item.getAttribute("data-node-id") || "";
|
||||
const itemNodeId = item.dataset.nodeId || item.dataset.path;
|
||||
if (itemNodeId) {
|
||||
ids += itemNodeId;
|
||||
if (index < selectElements.length - 1) {
|
||||
|
|
Loading…
Add table
Reference in a new issue