Updated linter and deps for version 1.1.5

This commit is contained in:
NWalker4483 2021-07-22 11:19:47 -04:00
parent 1bc60fee8c
commit fd10890557
17 changed files with 5 additions and 5 deletions

0
.eslintignore Normal file → Executable file
View File

0
.eslintrc Normal file → Executable file
View File

0
.gitignore vendored Normal file → Executable file
View File

0
.npmignore Normal file → Executable file
View File

0
.travis.yml Normal file → Executable file
View File

0
CHANGELOG.md Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
assets/bootstrap.min.css vendored Normal file → Executable file
View File

3
assets/diagram-js-code-editor.css Normal file → Executable file
View File

@ -115,6 +115,9 @@ height: 280px;
.dropdown-menu {
height: auto;
max-height: 200px;
overflow-scrolling: auto;
/*overflow-y: scroll;*/
/*overflow-x: hidden;*/
}
.djs-editor:not(.open) .toggle {

7
lib/Editor.js Normal file → Executable file
View File

@ -167,11 +167,8 @@ Editor.prototype.init = function() {
<div class="nav-item dropdown">
<div class="dropdown-toggle" data-bs-toggle="dropdown"> Data </div>
<ul class="dropdown-menu" id="objects_list">
<li> <a class="dropdown-item"> Dropdown item 2 &raquo; </a>
<ul class="submenu dropdown-menu">
<li><a class="dropdown-item" href="#">Run in order to capture task data</a></li>
</li>
</ul>
<li> <a class="dropdown-item"> Run in order to capture task data </a>
</li>
</ul>
</div>

0
lib/bootstrap.esm.js vendored Normal file → Executable file
View File

0
lib/index.js Normal file → Executable file
View File

0
package-lock.json generated Normal file → Executable file
View File

0
package.json Normal file → Executable file
View File

0
resources/screenshot.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 102 KiB

0
rollup.config.js Normal file → Executable file
View File