1004-add-board-menu (#1045)
This commit is contained in:
parent
e8eeb51046
commit
a938fbeddf
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ const BoardTemplateMenuItem = React.memo((props: Props) => {
|
|||
rightIcon={!isGlobal &&
|
||||
<MenuWrapper stopPropagationOnToggle={true}>
|
||||
<IconButton icon={<OptionsIcon/>}/>
|
||||
<Menu position='left'>
|
||||
<Menu position='right'>
|
||||
<Menu.Text
|
||||
icon={<EditIcon/>}
|
||||
id='edit'
|
||||
|
|
|
@ -13,7 +13,7 @@ import './menu.scss'
|
|||
|
||||
type Props = {
|
||||
children: React.ReactNode
|
||||
position?: 'top'|'bottom'|'left'
|
||||
position?: 'top'|'bottom'|'left'|'right'
|
||||
}
|
||||
|
||||
export default class Menu extends React.PureComponent<Props> {
|
||||
|
|
Loading…
Reference in a new issue