Skip to content

Commit

Permalink
Revert "clean up merge"
Browse files Browse the repository at this point in the history
This reverts commit 8335d4f.
  • Loading branch information
William Saulnier committed Mar 8, 2019
1 parent 8335d4f commit ece824c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ export default function replaceWithNode(
}

return false;
}
}
2 changes: 1 addition & 1 deletion packages/roosterjs-editor-core/lib/coreAPI/insertNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ const insertNode: InsertNode = (core: EditorCore, node: Node, option: InsertOpti
return true;
};

export default insertNode;
export default insertNode;

0 comments on commit ece824c

Please sign in to comment.