mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
feat: editor attachment paste handling (#1975)
* reupload attachments if uploaded to a different page * use image dimensions on paste/DnD * tooltips withinPortal:false * isolating attribute
This commit is contained in:
@@ -29,6 +29,7 @@ export const Subpages = Node.create<SubpagesOptions>({
|
||||
group: "block",
|
||||
atom: true,
|
||||
draggable: true,
|
||||
isolating: true,
|
||||
|
||||
parseHTML() {
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user