Skip to content

Commit

Permalink
Elements are now placed when switching from bottom controls to explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
TinCodes committed Jul 20, 2023
1 parent 790b2b8 commit efc80c1
Showing 1 changed file with 1 addition 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

0 comments on commit efc80c1

Please sign in to comment.