Not a high priority or severity but: When changing how an element gets added to the canvas, I need to touch: * [scr/app.js](https://github.com/jdittrich/quickMockup/blob/master/src/app.js) (binds jquery drop event to element creation) * [lib/init.js](https://github.com/jdittrich/quickMockup/blob/master/lib/init.js) (sets up sidebar and event callback for add-to-canvas ) * [src/sidebar/sidebarElements.js](https://github.com/jdittrich/quickMockup/tree/master/src/sidebar) (creates sidebar elements, attaches the callback from init.js) This makes code changes error prone.
Not a high priority or severity but:
When changing how an element gets added to the canvas, I need to touch:
This makes code changes error prone.