File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/base/src/mainview Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -407,7 +407,7 @@ export class MainView extends React.Component<IProps, IStates> {
407
407
} ,
408
408
} ) ) ;
409
409
410
- /* Track changes of selected layers
410
+ /* Track changes of selected layers
411
411
Get the vector source of the selected layer
412
412
Edit the vector layer*/
413
413
this . _model . sharedModel . awareness . on (
@@ -1491,7 +1491,7 @@ export class MainView extends React.Component<IProps, IStates> {
1491
1491
return ;
1492
1492
}
1493
1493
1494
- /* check if the currently selected layer is a drawVector layer
1494
+ /* check if the currently selected layer is a drawVector layer
1495
1495
and update isDrawVectorLayer to remove the display of the geometry selection overlay if required*/
1496
1496
const selectedLayers = localState ?. selected ?. value ;
1497
1497
if ( ! selectedLayers ) {
You can’t perform that action at this time.
0 commit comments