Skip to content

Commit

Permalink
work for the #1271
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed Jun 3, 2021
1 parent 8eb6776 commit a838656
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/survey-creator-core/src/dragdrophelper.ts
Expand Up @@ -467,7 +467,9 @@ export class DragDropHelper extends Base {
this.isBottom,
this.isEdge
);
this.creator.undoRedoManager.startTransaction("drag drop");
const newElement = this.pageOrPanel.dragDropFinish();
this.creator.undoRedoManager.stopTransaction();

this.creator.selectElement(newElement);
}
Expand Down

0 comments on commit a838656

Please sign in to comment.