Skip to content

Commit

Permalink
fix: SENSEBEE-8010: 【label-bee】点击 toolHeader 的下一步切换步骤,若切换前页面为无效图片,则切换…
Browse files Browse the repository at this point in the history
…后始终保持无效
  • Loading branch information
laoluo committed Oct 21, 2021
1 parent aea59d0 commit 9747288
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,10 @@ class BasicToolOperation extends EventListener {
if (this.basicCanvas && this.container.contains(this.basicCanvas)) {
this.container.removeChild(this.basicCanvas);
}

// 恢复初始状态
this.clearInvalidPage();
this.clearImgDrag();
}

/**
Expand Down

0 comments on commit 9747288

Please sign in to comment.