Skip to content

Commit 2bc93e3

Browse files
committed
Merge branch 'release/5.1.1'
2 parents fc0ff5d + 7088365 commit 2bc93e3

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

nextgen-editor/dist/js/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nextgen-editor/dist/js/app.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nextgen-editor/src/uncollapse.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ document.addEventListener('click', (event) => {
146146
});
147147

148148
if (isAction) {
149-
console.log(action.className);
150149
switch (action.className) {
151150
case 'sc-move':
152151
window.scBlockMoveChild.call(action.element, event, action.element.classList.contains('sc-move-up') ? 'up' : 'down');

0 commit comments

Comments
 (0)