mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-14 03:04:21 +01:00
This commit is contained in:
parent
bb1314c66f
commit
bd264d7104
6 changed files with 179 additions and 123 deletions
|
|
@ -15,7 +15,6 @@ export const globalClick = (event: MouseEvent & { target: HTMLElement }) => {
|
|||
if (ghostElement.dataset.ghostType === "dock") {
|
||||
ghostElement.parentElement.querySelectorAll(".dock__item").forEach((item: HTMLElement) => {
|
||||
item.style.opacity = "";
|
||||
item.classList.add("b3-tooltips");
|
||||
});
|
||||
document.querySelector("#dockMoveItem")?.remove();
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue