Skip to content

Commit

Permalink
Merge branch 'master' into more-extension
Browse files Browse the repository at this point in the history
# Conflicts:
#	example/App.js
#	lib/Link.js
#	lib/ReactUeditor.js
#	src/Link.js
#	src/ReactUeditor.js
  • Loading branch information
YaoKaiLun committed Jan 7, 2019
2 parents 01c9c08 + 9ca6a85 commit 400d304
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/Link.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ Object.defineProperty(exports, "__esModule", {
});
exports.default = void 0;

var _Button = _interopRequireDefault(require("./Button"));

var _Input = _interopRequireDefault(require("./Input"));

var _react = _interopRequireDefault(require("react"));
Expand Down
1 change: 0 additions & 1 deletion src/Link.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Button from './Button'
import Input from './Input'
import React from 'react'

Expand Down
1 change: 0 additions & 1 deletion ueditor/ueditor.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -493,4 +493,3 @@
};

})();

0 comments on commit 400d304

Please sign in to comment.