Merge pull request #31397 from overleaf/mj-old-editor-toolbar-teardown
[web] Tear down old editor toolbar GitOrigin-RevId: 8ba74abcc56e7bd476a9d6cae72f38486168c2ed
This commit is contained in:
committed by
Copybot
parent
4f284e15d5
commit
cc1dedca7d
@@ -5,7 +5,7 @@ export const MenuBar: FC<
|
||||
React.PropsWithChildren<HTMLProps<HTMLDivElement> & { id: string }>
|
||||
> = ({ children, id, ...props }) => {
|
||||
return (
|
||||
<div {...props}>
|
||||
<div {...props} role="menubar">
|
||||
<NestableDropdownContextProvider id={id}>
|
||||
{children}
|
||||
</NestableDropdownContextProvider>
|
||||
|
||||
Reference in New Issue
Block a user