stable

Clone or download

Read-only

Action menu is closed when the user clicks on the Copy/Paste actions

Also took the opportunity to close the menu when the row is not hightlighted anymore. Part of story #12456: Cut/Copy/paste items Change-Id: I4dff05495b6a18362f8c484229f250d9a19682d2

Modified Files

Name
M plugins/document/scripts/document/components/Folder/ActionsDropDown/CopyItem.spec.js +15 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/ActionsDropDown/CopyItem.vue +7 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/ActionsDropDown/DropdownButton.vue +11 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/ActionsDropDown/PasteItem.spec.js +13 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/ActionsDropDown/PasteItem.vue +3 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderContentRow.vue +11 −1 Go to diff View file