Oleg Stremin
Oleg Stremin
well.... only shows like: [Mon Oct 06 16:36:26 2014] [notice] child pid 4300 exit signal Segmentation fault (11) but without calling r() there is no issues. Any idea?
btw... I found the fix for my first question clone method needs to be changed ` let clone = (block) => { let cloneMe = JSON.parse(JSON.stringify(block)); cloneMe.uuid = uuidv4() return...
the second issue will require a new layer like Row and each row will be a separate Draggable object or a list of Draggable objects based on how many columns...