소스 검색

add editor container class.

narro 5 년 전
부모
커밋
3497d151a1
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    1
      lib/components/Editor/index.js
  2. 1
    1
      lib/components/Editor/index.js.map
  3. 1
    1
      src/components/Editor/index.js

+ 1
- 1
lib/components/Editor/index.js 파일 보기

@@ -272,7 +272,7 @@ var Editor = function (_React$Component) {
272 272
       var inputValue = value || this.state.value;
273 273
       return _react2.default.createElement(
274 274
         "div",
275
-        null,
275
+        { className: "comment-editor-container" },
276 276
         _react2.default.createElement(
277 277
           "div",
278 278
           {

+ 1
- 1
lib/components/Editor/index.js.map
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 1
- 1
src/components/Editor/index.js 파일 보기

@@ -173,7 +173,7 @@ class Editor extends React.Component {
173 173
       (!this.props.value && !this.state.value && !this.state.fileList.length);
174 174
     const inputValue = value || this.state.value;
175 175
     return (
176
-      <div>
176
+      <div className="comment-editor-container">
177 177
         <div
178 178
           className={classnames({
179 179
             "comment-editor-toolbar": true,