diff --git a/src/editor/core/draw/Draw.ts b/src/editor/core/draw/Draw.ts index b13bec5..b88f560 100644 --- a/src/editor/core/draw/Draw.ts +++ b/src/editor/core/draw/Draw.ts @@ -1891,6 +1891,8 @@ export class Draw { // 换行符绘制 if ( isDrawLineBreak && + !isPrintMode && + this.mode !== EditorMode.CLEAN && !curRow.isWidthNotEnough && j === curRow.elementList.length - 1 ) {