coderhyh

Results 2 issues of coderhyh

### 问题描述 使用官方案例修改了下代码 [官方案例](https://l7.antv.antgroup.com/zh/examples/line/animate/#plane_animate2) ``` /* eslint-disable no-eval */ import { LineLayer, PointLayer, Scene } from '@antv/l7'; import { GaodeMap } from '@antv/l7-maps'; const scene = new Scene({ id: 'map',...

leafer版本:1.9.10 降到1.9.7不会有bug,其他版本未测试 复现步骤: 1. 选中线元素 2. 移动或者缩放画布之后一秒左右 3. 控制点就又显示出来了 按理不应该显示的 最小实现: ```js import { Line, LineEditTool, App, registerEditTool } from 'leafer-editor'; @registerEditTool() export class CustomEditTool extends LineEditTool { get tag()...