pilootchoum

Results 9 comments of pilootchoum

> Updated correcting several errors. Still does not rearrange correctly. > > ``` > flowy.deleteBlock = function(id, removeChildren) { > //Track orginal parent > let newParentId; > > if (!Number.isInteger(id))...

Thx a lot, will try asap and come back to you. Could you detail why is childwith property needed?

Thank you very much. I got it working for a DeleteBlock WITH children only using the following piece of code : ` flowy.deleteBlocks = function () { blocks = [];...

Hello, I was thinking about implementing this feature as well, Do you think using the scale property on all dom element on the canvas, and updating the blocks array would...

Sure I thought about this too, maybe, I would have forced the user then to reset the zoom before dropping a new element on the canvas, but that would be...

Yes that would be the best I think, Once dropped the block should resize automaticlly to the new scale.

Hello @alyssaxuu, I tried to implement it myself doing the following : on zoom in I am changing the scale of every childNode of the canvas except the arrows :...

Yes I guess in the OnRearrrange method, I guess we should be able to make a choice. Either delete the blocks, or attach to the new parent, or snap back...

Facing same issue on Sony XperiaE4 - Android 4.4.4