Skip to content

Commit

Permalink
Revert #298 since it breaks IE (#310)
Browse files Browse the repository at this point in the history
* revert #298

* 7.4.1
  • Loading branch information
JiuqingSong authored Jun 11, 2019
1 parent 754dadb commit b121ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roosterjs",
"version": "7.4.0",
"version": "7.4.1",
"description": "Framework-independent javascript editor",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ export default function createEditorCore(
function buildPluginList(corePlugins: CorePlugins, plugins: EditorPlugin[]): EditorPlugin[] {
return [
corePlugins.typeInContainer,
corePlugins.edit,
corePlugins.mouseUp,
...(plugins || []),
corePlugins.edit,
corePlugins.firefoxTypeAfterLink,
corePlugins.undo,
corePlugins.domEvent,
Expand Down

0 comments on commit b121ced

Please sign in to comment.