Skip to content

Commit

Permalink
chore: Comment typos
Browse files Browse the repository at this point in the history
Co-authored-by: jmacura <jmacura@users.noreply.github.com>
  • Loading branch information
FilipLeitner and jmacura committed Feb 23, 2024
1 parent f9df535 commit 175e116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/hslayers/common/extensions/layer-extensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ export function setSwipeSide(

/**
* When set to true, prevents z-index to be set based on highest value of layer in
* the same layer (which is default). Used for layers from compositions (basic, permalik)
* the same layer (which is default). Used for layers from compositions (basic, permalink)
*/
export function setIgnorePathZIndex(
layer: Layer<Source>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export class HsLayerManagerService {
this.applyZIndex(
e.element as Layer<Source>,
//z-index of composition layers should be the same as order of layers in composition.
//ignoring fodler structure
//ignoring folder structure
!getIgnorePathZIndex(e.element as Layer<Source>),
);
if (getShowInLayerManager(e.element) == false) {
Expand Down

0 comments on commit 175e116

Please sign in to comment.