Skip to content

Commit 606f73c

Browse files
committed
feat: add contextMenu component
1 parent 7574845 commit 606f73c

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

src/components/contextMenu/index.tsx

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
// import * as React from 'react';
2+
// import { prefixClaName } from 'mo/common/className';
3+
// import { ContextView } from 'monaco-editor/esm/vs/base/browser/ui/contextview/contextview';
4+
// import { StandardMouseEvent } from 'monaco-editor/esm/vs/base/browser/mouseEvent';
5+
6+
// export interface IContextMenuProps {
7+
8+
// }
9+
10+
// const ContextMenu: React.FunctionComponent = function(props) {
11+
// const view = new ContextView();
12+
13+
// return (
14+
// <div className={`${prefixClaName('contextmenu')}`} >
15+
// {
16+
// props.children
17+
// }
18+
// </div>
19+
// );
20+
// }
21+
22+
// export {
23+
// ContextMenu
24+
// }

src/components/contextMenu/style.scss

Whitespace-only changes.

0 commit comments

Comments
 (0)