Fix edit dropdown crashing the web interface on mobile (#34564)
This commit is contained in:
parent
ce13fca0c5
commit
b81c28e7dc
2 changed files with 5 additions and 1 deletions
|
@ -116,6 +116,7 @@ export const EditedTimestamp: React.FC<{
|
|||
renderHeader={renderHeader}
|
||||
onOpen={handleOpen}
|
||||
onItemClick={handleItemClick}
|
||||
forceDropdown
|
||||
>
|
||||
<button className='dropdown-menu__text-button'>
|
||||
<FormattedMessage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue