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
// Prevent scrolling on mobile devices, like ipad/iphone.
// Important that this is after handle/cancel.
if (e.type === 'touchstart') e.preventDefault();
a feature can't be double clicked to be edited when in mobile (same with other annotation types)
a blank seq can't be edited while on mobile. The insert seq pop-up doesn't have a way of coming up since it currently only is activated via typing
The text was updated successfully, but these errors were encountered:
this is due to react-grid-layout/react-draggable#728 specifically this line:
The text was updated successfully, but these errors were encountered: