mirror of https://gitee.com/antv-l7/antv-l7
style: lint style
This commit is contained in:
parent
2043ea9100
commit
a397d0034a
|
@ -131,7 +131,7 @@ export default class LayerService implements ILayerService {
|
|||
|
||||
// 渲染检测
|
||||
private renderTest(renderType: string | undefined): boolean {
|
||||
const now = new Date().getTime()
|
||||
const now = new Date().getTime();
|
||||
const betweenPickRenderTime = now - this.lastPickRenderTime;
|
||||
if (renderType === 'picking') {
|
||||
this.lastPickRenderTime = new Date().getTime();
|
||||
|
|
|
@ -163,7 +163,7 @@ export default class PointTest extends React.Component {
|
|||
.style({
|
||||
opacity: 1.0,
|
||||
})
|
||||
.select(true)
|
||||
.select(true);
|
||||
// .animate(true)
|
||||
// .active(true);
|
||||
|
||||
|
|
Loading…
Reference in New Issue