diff --git a/src/editor/core/draw/particle/previewer/Previewer.ts b/src/editor/core/draw/particle/previewer/Previewer.ts index 7f9fc33..53bec6d 100644 --- a/src/editor/core/draw/particle/previewer/Previewer.ts +++ b/src/editor/core/draw/particle/previewer/Previewer.ts @@ -172,12 +172,10 @@ export class Previewer { if (this.curElement) { this.curElement.width = this.width this.curElement.height = this.height - this.draw.render({ isSetCursor: false }) - this.drawResizer( - this.curElement, - this.curPosition, - this.previewerDrawOption - ) + this.draw.render({ + isSetCursor: true, + curIndex: this.curPosition?.index + }) } // 还原副作用 this.resizerImageContainer.style.display = 'none'