|
@@ -839,7 +839,7 @@ export class TLApp<
|
|
|
// Switch to select on right click to enable contextMenu state
|
|
// Switch to select on right click to enable contextMenu state
|
|
|
if (e.button === 2) {
|
|
if (e.button === 2) {
|
|
|
this.transition('select', info)
|
|
this.transition('select', info)
|
|
|
- return false
|
|
|
|
|
|
|
+ return
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// Pan canvas when holding middle click
|
|
// Pan canvas when holding middle click
|