Commit f136385c by liuyong

修改画布

1 parent abfa8fb8
Showing with 5 additions and 5 deletions
...@@ -4479,12 +4479,12 @@ ...@@ -4479,12 +4479,12 @@
if (isLocalStorage || mxClient.IS_CHROMEAPP) if (isLocalStorage || mxClient.IS_CHROMEAPP)
{ {
var item = this.addMenuItem(menu, 'scratchpad', parent); // var item = this.addMenuItem(menu, 'scratchpad', parent);//二次开发,屏蔽查看菜单下的勾选便笺本
if (!editorUi.isOffline() || mxClient.IS_CHROMEAPP || EditorUi.isElectronApp) // if (!editorUi.isOffline() || mxClient.IS_CHROMEAPP || EditorUi.isElectronApp)
{ // {
this.addLinkToItem(item, 'https://www.drawio.com/doc/faq/scratchpad'); // this.addLinkToItem(item, 'https://www.drawio.com/doc/faq/scratchpad');
} // }
} }
this.addMenuItems(menu, ['toggleShapes', '-', 'pageView', 'pageScale']); this.addMenuItems(menu, ['toggleShapes', '-', 'pageView', 'pageScale']);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!