mirror of
https://github.com/sartography/diagram-js-code-editor.git
synced 2025-02-02 18:34:38 +00:00
Updated linter and deps for version 1.1.5
This commit is contained in:
parent
1bc60fee8c
commit
fd10890557
0
.eslintignore
Normal file → Executable file
0
.eslintignore
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
.npmignore
Normal file → Executable file
0
.npmignore
Normal file → Executable file
0
.travis.yml
Normal file → Executable file
0
.travis.yml
Normal file → Executable file
0
CHANGELOG.md
Normal file → Executable file
0
CHANGELOG.md
Normal file → Executable file
0
assets/bootstrap.min.css
vendored
Normal file → Executable file
0
assets/bootstrap.min.css
vendored
Normal file → Executable file
3
assets/diagram-js-code-editor.css
Normal file → Executable file
3
assets/diagram-js-code-editor.css
Normal file → Executable 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
7
lib/Editor.js
Normal file → Executable 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 » </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
0
lib/bootstrap.esm.js
vendored
Normal file → Executable file
0
lib/index.js
Normal file → Executable file
0
lib/index.js
Normal file → Executable file
0
package-lock.json
generated
Normal file → Executable file
0
package-lock.json
generated
Normal file → Executable file
0
package.json
Normal file → Executable file
0
package.json
Normal file → Executable file
0
resources/screenshot.png
Normal file → Executable file
0
resources/screenshot.png
Normal file → Executable file
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 102 KiB |
0
rollup.config.js
Normal file → Executable file
0
rollup.config.js
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user