This reverts commit 6973668278
.
This commit is contained in:
Родитель
6973668278
Коммит
4db3d428db
|
@ -293,7 +293,7 @@ private class DrawerPositionProvider(val offset: IntOffset) : PopupPositionProvi
|
|||
layoutDirection: LayoutDirection,
|
||||
popupContentSize: IntSize
|
||||
): IntOffset {
|
||||
return IntOffset(offset.x, offset.y)
|
||||
return IntOffset(anchorBounds.left + offset.x, anchorBounds.top + offset.y)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче