Skip to content

Commit

Permalink
[fixed] icons being selected as text
Browse files Browse the repository at this point in the history
Reviewers: O2 Material Motion, O3 Material JavaScript platform reviewers, #material_motion

Tags: #material_motion

Differential Revision: http://codereview.cc/D3443
  • Loading branch information
appsforartists committed Jun 1, 2018
1 parent 2c67d85 commit ea01c11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/demos-react/src/SwipeableDemo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ class SwipeableCard extends React.Component<{}, {}> {
}),
position: 'relative',
overflow: 'hidden',
userSelect: 'none',
}).subscribe(this.containerStyle$);

combineStyleStreams({
Expand Down

0 comments on commit ea01c11

Please sign in to comment.