Skip to content

Commit

Permalink
Add missing AVAILABLE_PLACEMENTS
Browse files Browse the repository at this point in the history
  • Loading branch information
ncovercash authored Jan 4, 2024
1 parent da4b7d8 commit d93b514
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Popper/Popper.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ export const AVAILABLE_PLACEMENTS = [
'right-start',
'right-end',
'auto',
'auto-start',
'auto-end',
];

const [DEFAULT_PLACEMENT] = AVAILABLE_PLACEMENTS;
Expand Down

0 comments on commit d93b514

Please sign in to comment.