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
In getInsertionPointsAndAngleFromId, extractDigits is called. The implementation of extractDigits "referenceInteger = n / 10; referenceInteger = referenceInteger*10" seems problematic. As the result, a wrong ID and consequently a wrong insertion location is extracted.
The text was updated successfully, but these errors were encountered:
In getInsertionPointsAndAngleFromId, extractDigits is called. The implementation of extractDigits "referenceInteger = n / 10; referenceInteger = referenceInteger*10" seems problematic. As the result, a wrong ID and consequently a wrong insertion location is extracted.
The text was updated successfully, but these errors were encountered: