FabricJS mouse:down 和拖动正在相互产生冲突

FabricJS mouse:down and drag are creating conflicts with each other

我正在使用 FabricJS 呈现文本内容。我在 canvas 上有多个文本块。对于所有这些块,我在 mouse:down 上创建了一个组。但是我需要先点击外部来拖动那个文本组。

我在做的时候怎么拖动mouse:down?

我从 fabricjs.js 的 github 问题中找到了解决方案:在 canvas.renderAll() 之前添加此行:

canvas._setupCurrentTransform(event.e, sel);