Skip to content

Commit

Permalink
fix: show original schedule after cancel dragging allday, task
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongsik Yoo committed Mar 20, 2018
1 parent 95682c6 commit 918cf2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/handler/allday/moveGuide.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ AlldayMoveGuide.prototype.destroy = function() {
* Clear guide element.
*/
AlldayMoveGuide.prototype._clearGuideElement = function() {
this._showOriginScheduleBlocks();

domutil.remove(this.guideElement);

if (!util.browser.msie) {
Expand Down

0 comments on commit 918cf2e

Please sign in to comment.