Skip to content

Commit

Permalink
chore(ui): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Apr 24, 2024
1 parent af3e910 commit 8d86fab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ const renderBackground = (stage: Konva.Stage, width: number, height: number) =>
* @param stage The konva stage
* @param layerIds An array of redux layer ids, in their z-index order
*/
export const arrangeLayers = (stage: Konva.Stage, layerIds: string[]): void => {
const arrangeLayers = (stage: Konva.Stage, layerIds: string[]): void => {
let nextZIndex = 0;
// Background is the first layer
stage.findOne<Konva.Layer>(`#${BACKGROUND_LAYER_ID}`)?.zIndex(nextZIndex++);
Expand Down

0 comments on commit 8d86fab

Please sign in to comment.