Skip to content

Commit

Permalink
Allow touch events to go into the grid (#81)
Browse files Browse the repository at this point in the history
This enables multi-select in inner blocks
  • Loading branch information
johngodley authored Apr 24, 2020
1 parent 02549ac commit c23b545
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions blocks/layout-grid/src/grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@
display: flex;
flex-direction: column;

touch-action: none;
user-select: none;

@for $i from 1 through 12 {
@for $x from 1 through 4 {
&.column#{ $x }-grid__start-#{ $i } > .wpcom-resize-grid > .wp-block:nth-child(#{ $x }),
Expand Down

0 comments on commit c23b545

Please sign in to comment.