style: lint style

This commit is contained in:
2912401452 2021-09-18 17:00:25 +08:00
parent 2043ea9100
commit a397d0034a
2 changed files with 7 additions and 7 deletions

View File

@ -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();

View File

@ -163,7 +163,7 @@ export default class PointTest extends React.Component {
.style({
opacity: 1.0,
})
.select(true)
.select(true);
// .animate(true)
// .active(true);