mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-02 13:41:48 +01:00
This commit is contained in:
parent
cab1545fed
commit
5223867508
2 changed files with 1 additions and 1 deletions
|
|
@ -31,6 +31,7 @@
|
|||
content: '';
|
||||
position: absolute;
|
||||
background-color: var(--b3-theme-primary-lighter);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
&__top::after,
|
||||
|
|
|
|||
|
|
@ -1264,7 +1264,6 @@ export const dropEvent = (protyle: IProtyle, editorElement: HTMLElement) => {
|
|||
prevElement = prevElement.parentElement;
|
||||
}
|
||||
}
|
||||
|
||||
if (!targetElement) {
|
||||
if (event.clientY > editorElement.lastElementChild.getBoundingClientRect().bottom) {
|
||||
// 命中底部
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue