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 am using ngx-draggable-widget-kama for drag and Drop . I stuck at one event that drag the top annotation when multiple annotation overlapped.
the issue is tack place when i hover on the annotation at that time I update the widget Property "draggable" to true for active Widget. and set false for all other so only active widget can be Dragged.
here the html and .ts file
you can see the plus widget and cross widget separate now I Drag the plus Widget over the cross Widget so cross will be hide. as snippet below.
after Drag is Stop I set Widget Property "draggable" to true.
now I try to Drag the plus widget but the cross widget is Dragged.
which actually behind the plus widget.
I am using ngx-draggable-widget-kama for drag and Drop . I stuck at one event that drag the top annotation when multiple annotation overlapped.
the issue is tack place when i hover on the annotation at that time I update the widget Property "draggable" to true for active Widget. and set false for all other so only active widget can be Dragged.
here the html and .ts file
you can see the plus widget and cross widget separate now I Drag the plus Widget over the cross Widget so cross will be hide. as snippet below.
after Drag is Stop I set Widget Property "draggable" to true.
now I try to Drag the plus widget but the cross widget is Dragged.
which actually behind the plus widget.
.ts File
I want to drag plus annotation (Widget). any one can help to figure out the this issue.
thanks in Advance.
The text was updated successfully, but these errors were encountered: