javascript - How to add empty itext to canvas where i mouseclicked in fabricjs? -
i'm working on tool make seating charts.i'm using fabricjs.i want add itext canvas when clicked on canvas.that itext should empty.then can type whatever want in itext.i have no idea how that.need solution.thank you.
you can use enterediting();
, canvas.on('mouse:up', function);
that. see jsfiddle
Comments
Post a Comment