Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayheck committed Nov 5, 2024
1 parent 66460e4 commit eca82ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/automation/playback/drag/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default class DragAutomationBase extends VisibleElementAutomation {
})
.then(element => {
//B231323
if (topElement && element === topElement && !this.dragAndDropState.enabled && this.dragAndDropState.element)
if (topElement && element === topElement && !this.dragAndDropState.enabled && this.dragAndDropState.dropAllowed)
eventSimulator.click(topElement, options);
});
});
Expand Down

0 comments on commit eca82ad

Please sign in to comment.