mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 09:00:12 +01:00
🚨
This commit is contained in:
parent
c538c0a9e3
commit
52e1cc7957
7 changed files with 12 additions and 12 deletions
|
|
@ -430,7 +430,7 @@ export class Files extends Model {
|
|||
}
|
||||
}
|
||||
if (gutterType && newElement.classList.contains("dragover")) {
|
||||
const gutterTypes = gutterType.replace(Constants.SIYUAN_DROP_GUTTER, "").split(Constants.ZWSP)
|
||||
const gutterTypes = gutterType.replace(Constants.SIYUAN_DROP_GUTTER, "").split(Constants.ZWSP);
|
||||
if (["nodelistitem", "nodeheading"].includes(gutterTypes[0])) {
|
||||
// 块标拖拽
|
||||
if (gutterTypes[0] === "nodeheading") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue