When rendering it is slowing down due to
new Ext.dd.DragZone()
Indeed this last require will interrupt the rendering
So, we can delay the creation of the drag zone
This fix breaks the drag'n'drop. it only provides a small acceleration so let's forget about it
This fix breaks the drag'n'drop.
it only provides a small acceleration so let's forget about it