Commit 1b18ed49ca73e61615cf006ad30a88440b8ce12c

Authored by ww
1 parent 138ec62e

fix: fix "stdEntried is undefined" problem

... ... @@ -596,6 +596,7 @@
596 596 // Defines all entries for the sidebar. This is used in the MoreShapes dialog. Create screenshots using the savesidebar URL parameter and
597 597 // http://www.alderg.com/merge.html for creating a vertical stack of PNG images if multiple sidebars are part of an entry.
598 598 //更多图形里面的加载,可以加载自己定义的图形库,同时要提供对应的图片
  599 + var stdEntries = []
599 600 // var stdEntries = [{title: mxResources.get('general'), id: 'general', image: IMAGE_PATH + '/sidebar-general.png'},
600 601 // {title: mxResources.get('basic'), id: 'basic', image: IMAGE_PATH + '/sidebar-basic.png'},
601 602 // {title: mxResources.get('arrows'), id: 'arrows2', image: IMAGE_PATH + '/sidebar-arrows2.png'},
... ...