mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
🚨
This commit is contained in:
parent
9e57253528
commit
b27460fe90
3 changed files with 10 additions and 10 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.getAttribute("data-node-id") || "";
|
||||
if (itemNodeId) {
|
||||
ids += itemNodeId;
|
||||
if (index < selectElements.length - 1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue