Skip to content

Commit

Permalink
Hide the block being moved.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Jun 9, 2020
1 parent cec7b17 commit 3b0ab2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/components/src/draggable/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ body.is-dragging-components-draggable {
display: none;
}
}

// This is only for testing.
.is-dragging.is-selected {
display: none !important;
}

0 comments on commit 3b0ab2c

Please sign in to comment.