mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 07:39:02 +02: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:
+6
-1
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user