From b4de58089554e1eeef5d88ec368469b2703c1644 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 18 Nov 2025 11:07:21 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/pull/16340 --- app/src/protyle/util/editorCommonEvent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/util/editorCommonEvent.ts b/app/src/protyle/util/editorCommonEvent.ts index c6bae428e..a60afc39f 100644 --- a/app/src/protyle/util/editorCommonEvent.ts +++ b/app/src/protyle/util/editorCommonEvent.ts @@ -613,7 +613,7 @@ export const dropEvent = (protyle: IProtyle, editorElement: HTMLElement) => { cloneGalleryElement = document.createElement("div"); if (isKanban) { cloneGalleryElement.className = "av__kanban-group"; - cloneGalleryElement.setAttribute("style", item.parentElement.parentElement.parentElement.getAttribute("style") || "--b3-av-kanban-content-bg: var(--b3-theme-background);"); + cloneGalleryElement.setAttribute("style", item.parentElement.parentElement.parentElement.getAttribute("style")); cloneGalleryElement.innerHTML = ''; ghostElement.firstElementChild.appendChild(cloneGalleryElement); } else {