Skip to content

Commit

Permalink
Address 🐛s with adding code cells below code cells (#43 #44)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettimus committed Jan 25, 2016
1 parent a0d8d42 commit f33a077
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
handleCodeCellKeyEvent,
highlightSelectedCodeCell,
isCodeCellSelected,
pasteBelowPlaceholder
};

function goToNextCodeCell(editor) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ const {
goToNextCodeCell,
handleCodeCellKeyEvent,
highlightSelectedCodeCell,
isCodeCellSelected, } = require("./code-cell");
isCodeCellSelected,
pasteBelowPlaceholder } = require("./code-cell");

const {
addPlusButton,
Expand Down

0 comments on commit f33a077

Please sign in to comment.