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
(minor issue)
Users communicated that the restriction dialog box was in the way of map information and even tried to move it out while leaving the details open during the study.
Tried
/** * Makes the popup draggable. * @returns {dojo/dnd/Moveable} */functionmakePopupDraggable(){varpopupDiv=document.querySelector(".esriPopup");vardnd;if(popupDiv){dnd=newMoveable(popupDiv);}// TODO: Figure out how to make the little arrow point the right way after dragging.returndnd;}
This implementation caused issues with mobile.
The text was updated successfully, but these errors were encountered:
(minor issue)
Users communicated that the restriction dialog box was in the way of map information and even tried to move it out while leaving the details open during the study.
Tried
This implementation caused issues with mobile.
The text was updated successfully, but these errors were encountered: