Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgraph/drawio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benson <david@draw.io>2022-06-07 14:55:03 +0300
committerDavid Benson <david@draw.io>2022-06-07 14:55:03 +0300
commit94c38a20c9ad67cc386fafda66b233ec33bbcbb8 (patch)
treeb32beaa686519a5df729f8031bf41cc05c9e7cc8
parent3d3f819d7a04da7d53b37cc0ca4269c157ba2825 (diff)
19.0.2 releasev19.0.2
-rw-r--r--.github/workflows/codeql-analysis.yml8
-rw-r--r--src/main/webapp/js/diagramly/Minimal.js7
2 files changed, 11 insertions, 4 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 9d3cc343..d684d156 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -18,7 +18,7 @@ on:
# The branches below must be a subset of the branches above
branches: [ dev ]
schedule:
- - cron: '26 15 * * *'
+ - cron: '06 13 * * *'
jobs:
analyze:
@@ -38,11 +38,11 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -70,4 +70,4 @@ jobs:
# make release
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v1 \ No newline at end of file
+ uses: github/codeql-action/analyze@v2 \ No newline at end of file
diff --git a/src/main/webapp/js/diagramly/Minimal.js b/src/main/webapp/js/diagramly/Minimal.js
index 556e7113..02fc75ae 100644
--- a/src/main/webapp/js/diagramly/Minimal.js
+++ b/src/main/webapp/js/diagramly/Minimal.js
@@ -1531,6 +1531,13 @@ EditorUi.initMinimalTheme = function()
ui.menus.addMenuItem(menu, 'plugins', parent);
}
}
+
+ if (EditorUi.isElectronApp)
+ {
+ ui.menus.addMenuItems(menu, ['-',
+ 'spellCheck', 'autoBkp',
+ 'drafts', '-'], parent);
+ }
var file = ui.getCurrentFile();