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> {
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 ) {
You can’t perform that action at this time.
0 commit comments