Skip to content

Commit

Permalink
service param WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
crosshj committed Aug 29, 2022
1 parent 11e1d01 commit 5cf6908
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/splitting.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ const addPane = (node, target, append, vertical, row, layout) => {
};

export const newPane = (direction, node, target, layout) => {
debugger;
const row = node.parentNode.classList.contains('row');
const column = node.parentNode.classList.contains('column');
const horizontal = ["left", "right"].includes(direction);
Expand Down
1 change: 0 additions & 1 deletion src/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ export const onDrop = (layout) => (args) => {
}

if(!splitPane && !addedPane) return;
debugger;
layout.onChange();
};

Expand Down

0 comments on commit 5cf6908

Please sign in to comment.