提交 774650e7 编写于 作者: P pah100

tiny fix: brush do not close

上级 a132b8cc
......@@ -718,7 +718,7 @@ define(function (require) {
controller._track.push(controller.group.transformCoordToLocal(x, y));
if (shouldShowCover(controller)) {
if (shouldShowCover(controller) || creatingCover) {
if (panel && !creatingCover) {
thisBrushOption.brushMode === 'single' && clearCovers(controller);
......@@ -748,7 +748,6 @@ define(function (require) {
}
else if (
isEnd
&& !creatingCover
&& thisBrushOption.brushMode === 'single'
&& thisBrushOption.removeOnClick
) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册