diff --git a/src/editor/core/zone/ZoneTip.ts b/src/editor/core/zone/ZoneTip.ts index 0fa4d5d..46e3c27 100644 --- a/src/editor/core/zone/ZoneTip.ts +++ b/src/editor/core/zone/ZoneTip.ts @@ -46,6 +46,7 @@ export class ZoneTip { 'mousemove', throttle((evt: MouseEvent) => { if (this.isDisableMouseMove) return + if (!evt.offsetY) return if (evt.target instanceof HTMLCanvasElement) { const mousemoveZone = this.zone.getZoneByY(evt.offsetY) if (!watchZones.includes(mousemoveZone)) {