mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 05:02:50 +08:00
fixes tutorial bug of inappropriate window
This commit is contained in:
parent
6b17385f3a
commit
e6f205368b
1 changed files with 2 additions and 0 deletions
|
@ -1105,6 +1105,8 @@ function constructElementContentsJson(el) {
|
|||
/* Initialize the first-time demo tutorial if needed. */
|
||||
function initializeTutorial() {
|
||||
if (showTutorial()) {
|
||||
ignoreUnsavedWorkAlert = true;
|
||||
|
||||
introJs()
|
||||
.setOptions({
|
||||
overlayOpacity: '0.1',
|
||||
|
|
Loading…
Reference in a new issue