Update SelectTool.ts

This commit is contained in:
Steve Ruiz 2021-11-22 16:27:19 +00:00
parent fa109fd633
commit 839b389f41

View file

@ -551,7 +551,6 @@ export class SelectTool extends BaseTool<Status> {
onRightPointShape: TLPointerEventHandler = (info) => {
if (!this.app.isSelected(info.target)) {
console.log(info.target)
this.app.select(info.target)
}
}