Skip to content

Commit

Permalink
Preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
w00fz committed Jan 11, 2022
1 parent 96d236b commit 7088365
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nextgen-editor/dist/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nextgen-editor/dist/js/app.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion nextgen-editor/src/uncollapse.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ document.addEventListener('click', (event) => {
});

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

0 comments on commit 7088365

Please sign in to comment.