Skip to content

Commit

Permalink
fix: mapcursor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
majkshkurti committed Jun 23, 2024
1 parent f86babc commit cd904be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/lib/store/map/slice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ const mapSlice = createSlice({
if (state.activeRightPanel === MapSidebarItemID.TOOLBOX) {
state.maskLayer = undefined;
state.toolboxStartingPoints = undefined;
state.mapCursor = undefined;
}
state.activeRightPanel = action.payload;
},
Expand Down

0 comments on commit cd904be

Please sign in to comment.