slate-editable-table
slate-editable-table copied to clipboard
:pen: An editable table plugin for Slate.js
To perform group operations for **border styles, background colors etc.** We need all selected columns of the selected table
text selection is not clearing out when mouse downed in the avoided cells during diagonal selection
When diagonally selecting the cells, the default selection of text in cells is being avoided. But, when mouse downed in one of those avoided cells, the default selection is coming...
I see that `onMouseDown`, the cell is performing `removeSelection` operation which is triggering `onChange` event in the editor. I am thinking of avoiding cursor movement in history. I understand that...
### Overview of the problem `cursor: col-resize` is not applied with microsoft edge. ### Description ### Steps to Reproduce 1. hove cell boundary. https://codesandbox.io/s/ll587k677z ### Expected behavior cursor is cahnged...