Skip to content

Commit

Permalink
docs: fix comment (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgjgill authored Jul 14, 2024
1 parent c381297 commit 7ca5087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/src/context/reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function overlayReducer(state: OverlayData, action: OverlayReducerAction)
* @example open - [1, 2, 3, 4]
* close 2 => current: 4
* close 4 => current: 3
* close 2 => current: 1
* close 3 => current: 1
* close 1 => current: null
*/
const currentOverlayId =
Expand Down

0 comments on commit 7ca5087

Please sign in to comment.