mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #13127 from overleaf/td-history-fix-menu-position
History migration: Fix regression with positioning of the history change list item menu GitOrigin-RevId: feb02101f3ae09102a4986ceb3fe8261b884ab33
This commit is contained in:
parent
fd8557ef39
commit
19dc830bc6
1 changed files with 6 additions and 1 deletions
|
@ -14,7 +14,12 @@ function HistoryDropdown({
|
|||
setIsOpened,
|
||||
}: HistoryDropdownProps) {
|
||||
return (
|
||||
<ActionsDropdown id={id} isOpened={isOpened} setIsOpened={setIsOpened}>
|
||||
<ActionsDropdown
|
||||
id={id}
|
||||
isOpened={isOpened}
|
||||
setIsOpened={setIsOpened}
|
||||
parentSelector="[data-history-version-list-container]"
|
||||
>
|
||||
{children}
|
||||
</ActionsDropdown>
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue