David Catuhe 6 سال پیش
والد
کامیت
efe33528cc
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      inspector/src/components/sceneExplorer/treeItemComponent.tsx

+ 0 - 2
inspector/src/components/sceneExplorer/treeItemComponent.tsx

@@ -126,8 +126,6 @@ export class TreeItemComponent extends React.Component<ITreeItemComponentProps,
     renderContextMenu() {
     renderContextMenu() {
         if (!this.props.contextMenuItems) {
         if (!this.props.contextMenuItems) {
             TreeItemComponent._ContextMenuUniqueIdGenerator++;
             TreeItemComponent._ContextMenuUniqueIdGenerator++;
-            <ContextMenu id={"contextmenu#" + TreeItemComponent._ContextMenuUniqueIdGenerator++} className="context-menu">
-            </ContextMenu>
             return null;
             return null;
         }
         }