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
I don't know if this is an issue or something I configured wrong on the modal component.
I have a color picker inside a draggable modal.
The problem happend when I tried to pick a color and I release the mouse button.
It seems that the modal is not allowing the mouseup to execute correctly, because the mouse is still caught in the picker.
I think the problem is with the modal because the picker works if I use it outside
Could it be a stopPropagation or something like that?
This is an example, I release the mouse button but it is still captured
And this is the same picker but outside of the modal
The text was updated successfully, but these errors were encountered:
I don't know if this is an issue or something I configured wrong on the modal component.
I have a color picker inside a draggable modal.
The problem happend when I tried to pick a color and I release the mouse button.
It seems that the modal is not allowing the mouseup to execute correctly, because the mouse is still caught in the picker.
I think the problem is with the modal because the picker works if I use it outside
Could it be a stopPropagation or something like that?
This is an example, I release the mouse button but it is still captured
And this is the same picker but outside of the modal
The text was updated successfully, but these errors were encountered: