llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
198 stars 411 forks source link

Abacus does not display solution with big numbers #140

Closed sahranhashim closed 5 years ago

sahranhashim commented 6 years ago

The sbacus does not display the solution if the numbers get too big. image The solution gets cut off at the end. This problem could be resolved by displaying the solution on the side of the abacus.

aditigupta17 commented 6 years ago

Has anyone started working on this? If not, I would like to take this up.

llaske commented 6 years ago

Sure. Go.

aditigupta17 commented 6 years ago

Which js file exactly in particular should I be modifying?

llaske commented 5 years ago

Code of Abacus activity is located in directory https://github.com/llaske/sugarizer/tree/dev/activities/Abacus.activity

llaske commented 5 years ago

Fixed in https://github.com/llaske/sugarizer/pull/240