fix nodeview dragging (#1775)

This commit is contained in:
Philip Okugbe
2025-12-11 19:32:18 +00:00
committed by GitHub
parent cb9f27da9a
commit 6e350f6746
9 changed files with 11 additions and 10 deletions
+1
View File
@@ -165,6 +165,7 @@ export const Mention = Node.create<MentionOptions>({
inline: true,
selectable: true,
atom: true,
draggable: true,
addAttributes() {
return {
@@ -28,7 +28,7 @@ export const Subpages = Node.create<SubpagesOptions>({
group: "block",
atom: true,
draggable: false,
draggable: true,
parseHTML() {
return [