Guest User

Untitled

a guest
Apr 16th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. /* ... */
  2.  
  3. <div
  4. className={cn('page full-width page-post', {
  5. 'post-dragged': dragProgress > 0
  6. })}
  7. >
  8. <div className="underlay" />
  9. <div
  10. ref={post => (this.post = post)}
  11. className="post full-width"
  12. style={postStyle}
  13. >
  14.  
  15. /* ... */
Add Comment
Please, Sign In to add comment