https://github.com/firework/sparklez/blob/beta/src/js/main.js#L50 This https://github.com/firework/sparklez/blob/beta/src/js/main.js#L51 event is being trigged a lot every time you change the selected table, and as we don't recreate the table, just change it's content, we get A LOT of resizeTable divs in there. <img width="2560" alt="image" src="https://user-images.githubusercontent.com/347400/41915412-055e7c2c-792c-11e8-8599-e33f728851e9.png"> I just changed table 4 times. ### TODOs - [ ] 1. Fix it
https://github.com/firework/sparklez/blob/beta/src/js/main.js#L50
This https://github.com/firework/sparklez/blob/beta/src/js/main.js#L51 event is being trigged a lot every time you change the selected table, and as we don't recreate the table, just change it's content, we get A LOT of resizeTable divs in there.
I just changed table 4 times.
TODOs