Update SelectTool.ts
This commit is contained in:
parent
fa109fd633
commit
839b389f41
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue