Closed Richard-Choooou closed 4 months ago
遇到同样的问题可以使用以下方式临时解决。
import { DrawControl } from '@antv/l7-draw'
class MyDrawControl extends DrawControl {
initBtn(type: any) {
const btn = super.initBtn(type);
btn.type = 'button'
return btn
}
}
PR includes
Screenshot