diff --git a/ShadowEditor.Web/src/editor/menubar/GeometryMenu.js b/ShadowEditor.Web/src/editor/menubar/GeometryMenu.js index adaecd2a..e5f52c9e 100644 --- a/ShadowEditor.Web/src/editor/menubar/GeometryMenu.js +++ b/ShadowEditor.Web/src/editor/menubar/GeometryMenu.js @@ -143,10 +143,6 @@ GeometryMenu.prototype.render = function () { html: '椭圆曲线', cls: 'option', onClick: this.addEllipseCurve.bind(this) - }, { - xtype: 'div', - html: '管线', - cls: 'option', }] }] });