You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am using two EventDrops in one UI component. I am wondering if this works.
I have this problem that only one of the EventDrops is interactive with mouse interactions, the other does not respond. Some pieces of the code are as the following: any suggestion?
Worked for me @jpetitcolas .
Another problem I am facing is about the position of tooltips when I have two event-drops component in a page. Tooltips got rendered far from the real drop.
Well, tooltips are not handled by event-drops directly. I guess you need to handle window.scrollX and window.scrollY in your code too? As this is not an event-drops issue, I invite you to open a question on StackOverflow? :)
Hi,
I am using two EventDrops in one UI component. I am wondering if this works.
I have this problem that only one of the EventDrops is interactive with mouse interactions, the other does not respond. Some pieces of the code are as the following: any suggestion?
`
render() {
const t = this.props.t;
This is my eventtime line component based on eventdrops:
The text was updated successfully, but these errors were encountered: