arishuynhvan / SPi-Reader

Web-based IDE for Sonic Pi designed for accessibility
GNU General Public License v3.0
3 stars 1 forks source link

del() error in control.js #2

Closed ravishwetha closed 7 years ago

ravishwetha commented 7 years ago

The delete button calls the del() function in control.js but this only works for deletion one command, subsequently pushing the button gives: “Uncaught TypeError: Cannot read property 'removeChild' of null".

arishuynhvan commented 7 years ago

Hi @ravishwetha , I noticed that error but we don't use that UI any more alr, so I didn't fix it