Skip to content

Commit 193108d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6b610c0 commit 193108d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/base/src/mainview/mainView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ export class MainView extends React.Component<IProps, IStates> {
407407
},
408408
}));
409409

410-
/* Track changes of selected layers
410+
/* Track changes of selected layers
411411
Get the vector source of the selected layer
412412
Edit the vector layer*/
413413
this._model.sharedModel.awareness.on(
@@ -1491,7 +1491,7 @@ export class MainView extends React.Component<IProps, IStates> {
14911491
return;
14921492
}
14931493

1494-
/* check if the currently selected layer is a drawVector layer
1494+
/* check if the currently selected layer is a drawVector layer
14951495
and update isDrawVectorLayer to remove the display of the geometry selection overlay if required*/
14961496
const selectedLayers = localState?.selected?.value;
14971497
if (!selectedLayers) {

0 commit comments

Comments
 (0)