Skip to content

Commit

Permalink
Merge pull request #1633 from ProcessMaker/FOUR-9365
Browse files Browse the repository at this point in the history
FOUR- 9365: Elements are now placed when switching from bottom controls to explorer
  • Loading branch information
ryancooley authored Jul 20, 2023
2 parents 7650a53 + 7ce1787 commit e2d1a8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/mixins/clickAndDrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export default {
this.yOffset = event.clientY - sourceElement.getBoundingClientRect().top;
},
deselect() {
window.ProcessMaker.EventBus.$off('custom-pointerclick');
document.removeEventListener('mousemove', this.setDraggingPosition);
if (this.movedElement) {
document.body.removeChild(this.movedElement);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ describe('Clone Improvement', () => {
selectComponentType(selectorFormTask,'switch-to-manual-task');

//Step 4: Clone the Manual Task
cy.wait(500);
cy.get('[data-test="clone-button"]').click();

//Validation 1: Verify that Manual was cloned
Expand Down

0 comments on commit e2d1a8e

Please sign in to comment.