Skip to content

Commit

Permalink
fix: regression with RowMoveManager, row could no longer be moved
Browse files Browse the repository at this point in the history
- this basically rolls back PR #865
  • Loading branch information
ghiscoding-SE committed Nov 1, 2023
1 parent d9d97d5 commit 5b9c5b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions examples/example-drag-row-between-grids.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ <h2>View Source:</h2>
behavior: "selectAndMove",
selectable: false,
resizable: false,
cssClass: "cell-drag-cross-grid dnd",
formatter: () => `<span class="sgi sgi-drag"></span>`
cssClass: "cell-drag-cross-grid dnd sgi sgi-drag sgi-14px",
},
{
id: "name",
Expand Down
3 changes: 1 addition & 2 deletions examples/example-frozen-row-reordering.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ <h2>
behavior: "selectAndMove",
selectable: false,
resizable: false,
cssClass: "cell-reorder dnd",
formatter: () => `<span class="sgi sgi-drag"></span>`
cssClass: "cell-reorder dnd sgi sgi-drag sgi-14px",
},
{
id: "name",
Expand Down
3 changes: 1 addition & 2 deletions examples/example9-row-reordering-simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ <h2>View Source:</h2>
behavior: "selectAndMove",
selectable: false,
resizable: false,
cssClass: "slickgrid-cell-reorder",
formatter: () => `<span class="sgi sgi-drag"></span>`
cssClass: "slickgrid-cell-reorder sgi sgi-drag sgi-14px"
},
{
id: "name",
Expand Down
3 changes: 1 addition & 2 deletions examples/example9-row-reordering.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ <h2>View Source:</h2>
behavior: "selectAndMove",
selectable: false,
resizable: false,
cssClass: "cell-reorder dnd",
formatter: () => `<span class="sgi sgi-drag"></span>`
cssClass: "cell-reorder dnd sgi sgi-drag sgi-14px"
},
{
id: "name",
Expand Down

0 comments on commit 5b9c5b2

Please sign in to comment.