Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dancormier committed Mar 25, 2022
1 parent b77e508 commit 8a8c729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ts/controllers/s-popover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ namespace Stacks {
// @ts-ignore
FloatingUIDOM.offset(10), FloatingUIDOM.flip(), FloatingUIDOM.shift({ padding: 10 }),
// @ts-ignore
FloatingUIDOM.arrow({ element: arrowEl }),
FloatingUIDOM.arrow({ element: arrowElement }),
],
// @ts-ignore
}).then(({middlewareData, placement, x, y}) => {
Expand Down

0 comments on commit 8a8c729

Please sign in to comment.