Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 0014054

Browse files
langovoiFezVrasta
authored andcommitted
fix: pass custom options to arrow modifier (#116)
1 parent 1bd24d8 commit 0014054

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Popper.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ class Popper extends Component {
117117
}
118118
if (this._arrowNode) {
119119
modifiers.arrow = {
120+
...(this.props.modifiers.arrow || {}),
120121
element: this._arrowNode,
121122
}
122123
}

0 commit comments

Comments
 (0)