Skip to content

Commit 434447b

Browse files
authored
Fix combobox popover position
Signed-off-by: stephann <3025661+stephannv@users.noreply.github.com>
1 parent 892dc4f commit 434447b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_ui/combobox/combobox_controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default class extends Controller {
5454
openPopover(event) {
5555
event.preventDefault()
5656

57-
this.popoverTarget.style.positionAnchor
57+
this.updatePopoverPosition()
5858
this.triggerTarget.ariaExpanded = "true"
5959
this.selectedItemIndex = null
6060
this.itemTargets.forEach(item => item.ariaCurrent = "false")

0 commit comments

Comments
 (0)