stable

Clone or download

Read-only

fix: drag and drop

when you drag and drop an image, a broken item appears in the editor because the img is added before the upload is finished. And the progress bar is not displayed. Part of story #38627: Choice of a new Rich Text Editor Change-Id: I582117fa88d214e9501c14abdaf4c63f6f7a0768

Modified Files

Name
M lib/frontend/prose-mirror-editor/src/plugins/drop-file/helpers/upload-file-helper.ts +11 −9 Go to diff View file
A plugins/artidoc/scripts/artidoc/src/components/section/description/NotificationBar.test.ts +73 −0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/section/description/NotificationBar.vue +13 −14 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/section/description/SectionDescriptionEditorProseMirror.test.ts +1 −0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/section/description/SectionDescriptionEditorProseMirror.vue +3 −4 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/composables/useUploadFile.test.ts +4 −4 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/composables/useUploadFile.ts +5 −1 Go to diff View file