Replies: 1 comment 5 replies
-
Very interesting! You are right, the ghost element is created as hidden but should be visible as soon as you start moving the mouse, see the listener implementation. Do you have a customization of any of those methods maybe? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have added ghost elements to the palette items on the server side but when I click on the palette button I can't see the ghost element.
I have checked the html elements tree and the ghost element has been added to the dom, but has the css class 'hidden'. Looking at the code this class is indeed added when the ghost element is first created. How to avoid the hiden class to be added or what am I missing to make the ghost elements show?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions