소스 검색

remove unuse method

ryohek 6 년 전
부모
커밋
edc52b9b92
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 8
      src/client/js/components/PageEditor/GridEditModal.jsx

+ 0 - 8
src/client/js/components/PageEditor/GridEditModal.jsx

@@ -64,14 +64,6 @@ export default class GridEditModal extends React.PureComponent {
     return cols;
   }
 
-  // Get the already pasted code from the editor and expand it on the modal
-  getPastedGrid(edited) {
-    // When the cursor on editor is in row
-    if (edited) {
-      // Embed the html data in cols.
-    }
-  }
-
   showEditableCols() {
     const cols = [];
     for (let i = 0; i < 12; i++) {