sugarlabs / musicblocks

Music Blocks -- A musical microworld
https://musicblocks.sugarlabs.org/
GNU Affero General Public License v3.0
539 stars 727 forks source link

Minor JS Fixes and undefined checks #3846

Closed harshuttamchandani closed 2 months ago

harshuttamchandani commented 3 months ago

As discussed in #3833 doSearch function is redundant. https://github.com/sugarlabs/musicblocks/issues/3833#issuecomment-2018448815

Though this doesn't fix the search issue, it removes the confusion caused by doSearch. The functionality remains the same as of now. Have also added a few undefined checks that were causing issues in the console platform is not defined