Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Placeholder not working #51

Open
pravinharigaikwad opened this issue Jul 3, 2019 · 2 comments
Open

Placeholder not working #51

pravinharigaikwad opened this issue Jul 3, 2019 · 2 comments

Comments

@pravinharigaikwad
Copy link

Hey @kutlugsahin ,

I was trying to add a placeholder feature to my editor but it seems not working in my code but it's working smoothly in cardboard & your provided URL: https://codesandbox.io/s/4xk3yl8247?fontsize=14
Added same properties in the code as shown in the document? Please help?

@aronerben
Copy link

@pravingkd6 I had the same problem as you. It was a css rule I was overriding:

.smooth-dnd-draggable-wrapper.animated {
  transition: none !important;
  transform: none !important;
}

Deleting these rules fixed my issue and the placeholder appears.

@pravinharigaikwad
Copy link
Author

Hey @aronerben ,
Actually that placeholder div is not creating in DOM while dragging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants