treant-js icon indicating copy to clipboard operation
treant-js copied to clipboard

Collapse

Open salchee opened this issue 8 years ago • 3 comments

Hi. When collapsing nodes and when switch back (uncollapse) the shape of node gets different from the past. It gets higher in shape. Can you tell what's the problem. I need very urgently

salchee avatar Jun 16 '16 09:06 salchee

can you make a demo?

fperucic avatar Jun 16 '16 10:06 fperucic

This is the first http://prntscr.com/bkfp8f When we collapse http://prntscr.com/bkfprq And finaally http://prntscr.com/bkfqlg

salchee avatar Jun 24 '16 11:06 salchee

Try using the latest version, and ideally if you can initialise Treant with the new 3rd parameter which is jQuery, like so: new Treant( config, null, $ );. If you use this method, you need to have jQuery included in your list of scripts.

dlgoodchild avatar Oct 10 '16 09:10 dlgoodchild