Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit f136385c
authored
Jan 16, 2024
by
liuyong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改画布
1 parent
abfa8fb8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
public/drawio/js/diagramly/Menus.js
public/drawio/js/diagramly/Menus.js
View file @
f136385
...
@@ -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'
]);
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment