Просмотр исходного кода

Merge pull request #628 from weseek/fix/fix-remove-row-bug

Fix/Fix remove row bug
Yuki Takei 7 лет назад
Родитель
Сommit
84a46ae18f
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/client/js/components/PageEditor/HandsontableModal.jsx

+ 0 - 1
src/client/js/components/PageEditor/HandsontableModal.jsx

@@ -22,7 +22,6 @@ export default class HandsontableModal extends React.Component {
       height: 300,
       rowHeaders: true,
       colHeaders: true,
-      fixedRowsTop: [0, 1],
       contextMenu: ['row_above', 'row_below', 'col_left', 'col_right', '---------', 'remove_row', 'remove_col', '---------', 'alignment'],
       stretchH: 'all',
       selectionMode: 'multiple',