This commit is contained in:
parent
2ac6e95a13
commit
4a7f03fba6
5 changed files with 2 additions and 6 deletions
|
@ -9,7 +9,6 @@ import { MenuItem } from '../Menu/MenuItem';
|
|||
import { handleDragLeave, handleDragOver, handleLeftClick, handleOnDrop, handleRightClick } from './MouseEventHandlers';
|
||||
import { Point } from '../../Interfaces/Point';
|
||||
|
||||
|
||||
interface IElementsSidebarProps {
|
||||
MainContainer: IContainerModel
|
||||
isOpen: boolean
|
||||
|
@ -108,7 +107,7 @@ export const ElementsSidebar: React.FC<IElementsSidebarProps> = (props: IElement
|
|||
onLeftClick
|
||||
);
|
||||
};
|
||||
}, []);
|
||||
});
|
||||
|
||||
// Render
|
||||
let isOpenClasses = '-right-64';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue