Konstantinos Kaloutas 3 anni fa
parent
commit
a23c5e203e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tldraw/packages/core/src/lib/TLApp/TLApp.ts

+ 1 - 1
tldraw/packages/core/src/lib/TLApp/TLApp.ts

@@ -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