Fabric Text , , , SO, , .
"selectable": false : - , " " ( ).
"Evented": . :
this.canvas.add(new fabric.Text("Hello world !", {
"selectable": false,
"evented": false
}));
You can play with various control options here: http://fabricjs.com/controls-customization
source
share